code-specialist / fastapi-keycloak

Keycloak integration for Python FastAPI
https://fastapi-keycloak.code-specialist.com/
Apache License 2.0
193 stars 50 forks source link

Fix tests for configurable admin-client #20

Closed thomasdarimont closed 2 years ago

thomasdarimont commented 2 years ago

With this pytest ./tests passes all tests.

Signed-off-by: Thomas Darimont thomas.darimont@googlemail.com

thomasdarimont commented 2 years ago

Just saw that you fixed this by using a default value for the admin_client_id here https://github.com/code-specialist/fastapi-keycloak/blob/master/fastapi_keycloak/api.py#L107