Skip to content

Commit

Permalink
Merge pull request #184 from openimis/proper-getext
Browse files Browse the repository at this point in the history
Proper getext
  • Loading branch information
delcroip authored Oct 18, 2024
2 parents b1727ca + 85d8246 commit 6c7bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_fhir_r4/tests/test_api_authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from api_fhir_r4.configurations import GeneralConfiguration
from api_fhir_r4.tests import GenericFhirAPITestMixin
from gettext import gettext as _
from django.utils.translation import gettext as _

from api_fhir_r4.tests.utils import get_connection_payload,get_or_create_user_api

Expand Down

0 comments on commit 6c7bb26

Please sign in to comment.