We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5ab8d commit aa69634Copy full SHA for aa69634
services/web/server/tests/unit/with_dbs/03/test_users.py
@@ -503,6 +503,7 @@ async def test_profile_workflow(
503
assert updated_profile.user_name == "odei123"
504
505
assert updated_profile.privacy != my_profile.privacy
506
+ assert updated_profile.privacy.hide_username == my_profile.privacy.hide_username
507
assert updated_profile.privacy.hide_email == my_profile.privacy.hide_email
508
assert updated_profile.privacy.hide_fullname != my_profile.privacy.hide_fullname
509
0 commit comments