diff --git a/litellm/tests/test_update_spend.py b/litellm/tests/test_update_spend.py index 4bc7f9fe4f..529e90e3c8 100644 --- a/litellm/tests/test_update_spend.py +++ b/litellm/tests/test_update_spend.py @@ -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, )