Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 3, 2024
1 parent b4c970f commit bf406d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/tests/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def test_submit_update(self, pw_gen_mock, smtp_mock, dbsession, test_app, users_
("item_type", "user"),
("id", user.id),
("username", "new_name_withéàô"),
("display_name", "New name withéàô"),
("email", "[email protected]"),
("settings_role_id", roles[2].id),
("__start__", "roles:sequence"),
Expand Down Expand Up @@ -317,6 +318,7 @@ def test_invalid_email(self, test_app):
"item_type": "user",
"id": "",
"username": "invalid_email",
"display_name": "Invalid email",
"email": "new_mail",
"role_name": "secretary_2",
"is_password_changed": "false",
Expand Down

0 comments on commit bf406d4

Please sign in to comment.