Skip to content

Commit 56ff6b5

Browse files
committed
How this worked before is strange.
1 parent 67ffe60 commit 56ff6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client_29_pushed_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def create_client(self):
3535
"preference": {"response_types": ["code"]},
3636
"add_ons": {
3737
"pushed_authorization": {
38-
"function": "idpyoidc.client.oauth2.add_on.pushed_authorization.add_support",
38+
"function": "idpyoidc.client.oauth2.add_on.par.add_support",
3939
"kwargs": {
4040
"body_format": "jws",
4141
"signing_algorithm": "RS256",

0 commit comments

Comments
 (0)