Skip to content

Commit fd4dad6

Browse files
committed
test
1 parent 3c17c2b commit fd4dad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/web/server/tests/unit/with_dbs/03/test_users.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ async def test_profile_workflow(
503503
assert updated_profile.user_name == "odei123"
504504

505505
assert updated_profile.privacy != my_profile.privacy
506+
assert updated_profile.privacy.hide_username == my_profile.privacy.hide_username
506507
assert updated_profile.privacy.hide_email == my_profile.privacy.hide_email
507508
assert updated_profile.privacy.hide_fullname != my_profile.privacy.hide_fullname
508509

0 commit comments

Comments
 (0)