Skip to content

Commit

Permalink
update help test assert
Browse files Browse the repository at this point in the history
  • Loading branch information
matbusby-fw committed Dec 13, 2024
1 parent fd6551f commit 4d99c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/core-api/tests/users/models/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ def test_user_create_or_update_user_update_existing_user(db_session):

# Update the existing user's data
updated_data = {
"sub": "update-test-sub", # Same `sub` to trigger an update
"sub": user.sub,
"email": "updated@example.com",
"given_name": "Updated",
"family_name": "Name",
"idir_username": "testuser",
"display_name": "Updated Name",
}

Expand Down

0 comments on commit 4d99c60

Please sign in to comment.