Skip to content

Commit 1b0a1db

Browse files
committed
fix tets
1 parent ea59980 commit 1b0a1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/isolated/test_users_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_mapping_update_models_from_rest_to_db():
139139
"first_name": "foo",
140140
"name": "foo1234",
141141
"privacy_hide_fullname": False,
142-
"privacy_hide_username": False,
142+
"privacy_hide_username": True,
143143
}
144144

145145

0 commit comments

Comments
 (0)