Removed an unnecessary entry from the OIDC auth request arguments in test_oidc_code_auth().

- Legacy-Id: 17972
This commit is contained in:
Henrik Levkowetz 2020-06-12 14:39:54 +00:00
parent 221e989754
commit eeba4ea992

View file

@ -735,7 +735,6 @@ class OpenIDConnectTests(TestCase):
session["state"] = rndstr()
session["nonce"] = rndstr()
args = {
"client_id": client.client_id,
"response_type": "code",
"scope": ['openid', 'profile', 'email', 'roles', 'registration', ],
"nonce": session["nonce"],