litellm/tests/test_litellm/proxy/auth
Ishaan Jaff 37a599932d
[Bug Fix] Virtual keys with llm_api type cause Internal Server Error when using /anthropic/* and other llm passthrough routes (#14046)
* fix route checks passthrough_routes_wildcard

* refactor check_route_access

* test_virtual_key_llm_api_route_includes_passthrough_prefix
2025-08-28 15:14:09 -07:00
..
test_auth_checks.py fix(auth_checks.py): handle both flows + add unit tests 2025-08-20 16:42:08 -07:00
test_auth_exception_handler.py
test_handle_jwt.py test_handle_jwt.py 2025-08-13 17:27:50 -07:00
test_litellm_license.py
test_model_checks_fallbacks.py
test_model_checks.py
test_route_checks.py [Bug Fix] Virtual keys with llm_api type cause Internal Server Error when using /anthropic/* and other llm passthrough routes (#14046) 2025-08-28 15:14:09 -07:00
test_user_api_key_auth.py