From de388d24b1d1902aaa43804ab8bc99db79277328 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sun, 17 May 2020 11:24:56 +0200 Subject: [PATCH] Set correct issuer for test --- tests/auth/providers/test_openid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auth/providers/test_openid.py b/tests/auth/providers/test_openid.py index 595b751aed61b7..0591d6a7520ba6 100644 --- a/tests/auth/providers/test_openid.py +++ b/tests/auth/providers/test_openid.py @@ -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,