mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
test(v2 managed agents): update import path for sessions endpoints to proxy/
This commit is contained in:
parent
d07c01781f
commit
f63b000b4a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ from fastapi.testclient import TestClient
|
|||
|
||||
sys.path.insert(0, os.path.abspath("../../.."))
|
||||
|
||||
from litellm.managed_agents.endpoints import sessions as sessions_module
|
||||
from litellm.proxy.managed_agents_endpoints import sessions as sessions_module
|
||||
from litellm.proxy._types import CommonProxyErrors, UserAPIKeyAuth
|
||||
from litellm.proxy.auth.user_api_key_auth import user_api_key_auth
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue