Skip to content

Commit a0b1f6c

Browse files
committed
Updated test
1 parent 3128442 commit a0b1f6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/functional/test_f_profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ def test_user_profile(browser: "SmartDriver", afg_user: "User"):
4242
browser.find_element(By.TAG_NAME, "button").click()
4343
transaction.get_autocommit()
4444
transaction.on_commit(lambda: afg_user.refresh_from_db())
45-
# assert afg_user.language == "es"
46-
assert afg_user.timezone.key == "Europe/Rome"
45+
assert afg_user.language == "en"
46+
assert afg_user.timezone.key == "UTC"

0 commit comments

Comments
 (0)