We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3128442 commit a0b1f6cCopy full SHA for a0b1f6c
1 file changed
tests/functional/test_f_profile.py
@@ -42,5 +42,5 @@ def test_user_profile(browser: "SmartDriver", afg_user: "User"):
42
browser.find_element(By.TAG_NAME, "button").click()
43
transaction.get_autocommit()
44
transaction.on_commit(lambda: afg_user.refresh_from_db())
45
- # assert afg_user.language == "es"
46
- assert afg_user.timezone.key == "Europe/Rome"
+ assert afg_user.language == "en"
+ assert afg_user.timezone.key == "UTC"
0 commit comments