Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 9fbefc2

Browse files
committed
Test where any acr is valid.
1 parent dfb5bdb commit 9fbefc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_26_oidc_userinfo_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def test_userinfo_claims(self):
403403
def test_userinfo_claims_acr_none(self):
404404
_acr = "https://refeds.org/profile/mfa"
405405
_auth_req = AUTH_REQ.copy()
406-
_auth_req["claims"] = '{"userinfo": {"acr": null}}'
406+
_auth_req["claims"] = {"userinfo": {"acr": None}}
407407

408408
session_id = self._create_session(_auth_req, authn_info=_acr)
409409
grant = self.session_manager[session_id]

0 commit comments

Comments
 (0)