Skip to content

Commit 951cfdc

Browse files
committed
fixes tests
1 parent 3d0dffc commit 951cfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/03/invitations/test_users_accounts_rest_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ async def test_list_users_accounts(
327327
status_upon_creation=UserStatus.ACTIVE,
328328
expires_at=None,
329329
)
330-
new_user.status = UserStatus.ACTIVE
330+
assert new_user["status"] == UserStatus.ACTIVE
331331

332332
# 3. Test filtering by status
333333
# a. Check PENDING filter (should exclude the registered user)

0 commit comments

Comments
 (0)