Skip to content

Commit

Permalink
remove setting locale for test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEbenrode committed Oct 1, 2024
1 parent 4d84788 commit 7d26195
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/apps/orders/tests/orders/services/tests_order_refunder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
]


@pytest.fixture(autouse=True)
def _set_locale(settings):
settings.LANGUAGE_CODE = "en"


@pytest.fixture(autouse=True)
def _adjust_settings(settings):
settings.BANKS_REFUNDS_ENABLED = True
Expand Down

0 comments on commit 7d26195

Please sign in to comment.