Browse Source

🔥 chore(test_keycloak_openid.py): remove unused client_id parameter

Refactored the exchange_token method test to match the new interface

BREAKING CHANGE
pull/411/head
André Santos 3 years ago
parent
commit
2862817a9e
No known key found for this signature in database GPG Key ID: 62A1BFC5C5297A76
  1. 1
      tests/test_keycloak_openid.py

1
tests/test_keycloak_openid.py

@ -210,7 +210,6 @@ def test_exchange_token(
# Exchange token with the new user
new_token = oid.exchange_token(
token=token["access_token"],
client_id=oid.client_id,
audience=oid.client_id,
subject=username,
)

Loading…
Cancel
Save