mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
cde51a53a7
JWT auth is an enterprise-only feature. Tests that call user_api_key_auth with enable_jwt_auth=True must set premium_user=True on the proxy server to bypass the enterprise gate, otherwise they fail with: ValueError: JWT Auth is an enterprise only feature. This follows the same pattern as PR #21285 (fix/jwt-enterprise-license-test). Fixed tests: - test_team_token_output - test_allowed_routes_admin - test_allow_access_by_email - test_end_user_jwt_auth Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>