Skip to content

Commit

Permalink
add email to check_authentication (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Jan 7, 2025
1 parent c554534 commit eb775b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_test_50_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def test_api_client_check_authentication(
api_root_url: str, api_anon_client: ApiClient
) -> None:
assert api_anon_client.check_authentication() == {
"email": None,
"id": -1,
"role": "anonymous",
"sub": "anonymous",
Expand Down

0 comments on commit eb775b6

Please sign in to comment.