IdentityPython / idpy-oidc

Implementation of everything OIDC and OAuth2
Apache License 2.0
40 stars 22 forks source link

Fix test #33

Closed ctriant closed 2 years ago

ctriant commented 2 years ago

Add missing default_requested_token_type to test_token_exchange_per_client test of test_tandem_10_token_exchange.py

ctriant commented 2 years ago

Seems that this is no longer needed, in presence of #34

rohe commented 2 years ago

Right ! Thought that was a better way of fixing this.