code-specialist / fastapi-keycloak

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

Throws a 404 when a user lookup fails. #61

Closed stratosgear closed 2 years ago

stratosgear commented 2 years ago

I was also bitten by the same bug as mentioned to #53, so I tried to fix it.

Unfortunately the instructions were not very clear on how to run the actual tests.

I could run the start_infra.sh to start the containers, but then what? How do I generate the required test_coverage.xml file?

Any feedback welcome!

Relates to #53