diff --git a/litellm/tests/test_jwt.py b/litellm/tests/test_jwt.py index e287946ae..ddafdb933 100644 --- a/litellm/tests/test_jwt.py +++ b/litellm/tests/test_jwt.py @@ -43,7 +43,6 @@ def test_load_config_with_custom_role_names(): "litellm_proxy_roles": {"admin_jwt_scope": "litellm-proxy-admin"} } } - proxy_roles = LiteLLM_JWTAuth( **config.get("general_settings", {}).get("litellm_proxy_roles", {}) )