diff --git a/tests/test_litellm/proxy/vector_store_endpoints/test_vector_store_access_control.py b/tests/test_litellm/proxy/vector_store_endpoints/test_vector_store_access_control.py index 42043c6d16..74d2a0d66b 100644 --- a/tests/test_litellm/proxy/vector_store_endpoints/test_vector_store_access_control.py +++ b/tests/test_litellm/proxy/vector_store_endpoints/test_vector_store_access_control.py @@ -74,7 +74,7 @@ async def test_delete_vector_store_checks_access(): request = VectorStoreDeleteRequest(vector_store_id="vs_123") with patch( - "litellm.proxy.vector_store_endpoints.management_endpoints.prisma_client", + "litellm.proxy.proxy_server.prisma_client", mock_prisma, ): with patch("litellm.vector_store_registry", None):