From 4893fbe27b8b45d8f993560229e239daa820a9a2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 15 Jun 2024 14:24:00 -0700 Subject: [PATCH] fix test jwt --- litellm/tests/test_jwt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_jwt.py b/litellm/tests/test_jwt.py index 376b2bbe879..a2edbcc2f86 100644 --- a/litellm/tests/test_jwt.py +++ b/litellm/tests/test_jwt.py @@ -14,7 +14,7 @@ sys.path.insert( import pytest from litellm.proxy._types import LiteLLM_JWTAuth, LiteLLMRoutes from litellm.proxy.auth.handle_jwt import JWTHandler -from litellm.proxy.team_endpoints import new_team +from litellm.proxy.management_endpoints.team_endpoints import new_team from litellm.caching import DualCache from datetime import datetime, timedelta from fastapi import Request