Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Nov 7, 2024
1 parent 42a4223 commit 1fc40f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_gettext.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

async def test_get_session_locale(app):
async with app.app_context():
assert "en" == await get_session_locale()
assert "en" == get_session_locale()

0 comments on commit 1fc40f5

Please sign in to comment.