Skip to content

Commit eeba4ea

Browse files
committed
Removed an unnecessary entry from the OIDC auth request arguments in test_oidc_code_auth().
- Legacy-Id: 17972
1 parent 221e989 commit eeba4ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/ietfauth/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ def test_oidc_code_auth(self):
735735
session["state"] = rndstr()
736736
session["nonce"] = rndstr()
737737
args = {
738-
"client_id": client.client_id,
739738
"response_type": "code",
740739
"scope": ['openid', 'profile', 'email', 'roles', 'registration', ],
741740
"nonce": session["nonce"],

0 commit comments

Comments
 (0)