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 28d503e commit fd6551f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/core-api/app/api/utils/include/user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"given_name": 'Test',
"family_name": 'Testerson',
"display_name": 'Testerson, Test: EMLI:EX',
"idir_username": "TTESTERSON",
"idir_username": "mds",
"identity_provider": "idir",
"idir_user_guid": "BCE4FFA4B63641C79AFA82287BFFFBC8",
}
Expand Down
2 changes: 1 addition & 1 deletion services/core-api/tests/help/test_help_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_get_put_help_core(test_client, db_session, auth_headers):
'/help/default', json=record, headers=auth_headers['full_auth_header'])
put_data = json.loads(put_resp.data.decode())

assert put_data['update_user'] == 'ttesterson'
assert put_data['update_user'] == 'mds'

assert put_data['content'] == record['content']
assert put_data['help_guid'] == record['help_guid']
Expand Down

0 comments on commit fd6551f

Please sign in to comment.