fix test jwt

This commit is contained in:
Ishaan Jaff 2024-06-15 14:24:00 -07:00
parent 0f8237e263
commit 4893fbe27b

View file

@ -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