test_delete_vector_store_checks_access
This commit is contained in:
parent
280e8a9cd7
commit
f1b16d240e
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user