From 2862817a9e555c39c9d08ed4b9b4197461c6d87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santos?= Date: Thu, 20 Apr 2023 00:47:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(test=5Fkeycloak=5Fopenid.p?= =?UTF-8?q?y):=20remove=20unused=20client=5Fid=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the exchange_token method test to match the new interface BREAKING CHANGE --- tests/test_keycloak_openid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_keycloak_openid.py b/tests/test_keycloak_openid.py index e1a1421..fed3cc7 100644 --- a/tests/test_keycloak_openid.py +++ b/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, )