test(test_update_spend.py): fix test with right init

This commit is contained in:
Krrish Dholakia 2024-04-02 21:11:03 -07:00
parent 542142a43d
commit 21ade09a40

View file

@ -95,4 +95,5 @@ async def test_batch_update_spend(prisma_client):
await update_spend(
prisma_client=litellm.proxy.proxy_server.prisma_client,
db_writer_client=None,
proxy_logging_obj=proxy_logging_obj,
)