Skip to content

Commit a0d26ec

Browse files
ctriantrohe
authored andcommitted
Handle missing token exchange requested_token_type parameter
1 parent f7702eb commit a0d26ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_server_36_oauth2_token_exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def test_token_exchange_per_client(self, token):
354354
areq = AUTH_REQ.copy()
355355
if list(token.keys())[0] == "refresh_token":
356356
areq["scope"] = ["openid", "offline_access"]
357-
357+
358358

359359
session_id = self._create_session(areq)
360360
grant = self.endpoint_context.authz(session_id, areq)

0 commit comments

Comments
 (0)