From 5147b8df13504837e5ab3d5843b75590469d9e7c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 13 Jul 2024 11:41:35 -0700 Subject: [PATCH] build: re-run ci/cd --- litellm/tests/test_jwt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/tests/test_jwt.py b/litellm/tests/test_jwt.py index e287946ae4..ddafdb933f 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", {}) )