Skip to content

Commit

Permalink
tests: fix end session error message test
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 16, 2023
1 parent 09673fd commit 0569950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oidc/test_end_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_client_hint_mismatch(testclient, backend, logged_user, client):
)

assert res.json == {
"message": "id_token_hint and client_id don't match",
"message": "id_token audience and client_id don't match",
"status": "error",
}

Expand Down

0 comments on commit 0569950

Please sign in to comment.