Skip to content

Commit

Permalink
Set correct issuer for test
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed May 17, 2020
1 parent 02db35a commit de388d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth/providers/test_openid.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
CONST_EMAIL = "john.doe@openid.test"

CONST_ID_TOKEN = {
"iss": CONST_DESCRIPTION_URI,
"iss": "https://openid.test/",
"sub": "248289761001",
"aud": CONST_CLIENT_ID,
"nonce": CONST_NONCE,
Expand Down

0 comments on commit de388d2

Please sign in to comment.