From c4df6cfe153ccafba88f14e8f18fbdd0fba4dac8 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 13 Jun 2024 21:32:26 -0700 Subject: [PATCH] test(test_spend_logs.py): fix test --- litellm/tests/test_spend_logs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_spend_logs.py b/litellm/tests/test_spend_logs.py index af125e294f..b56bb5e2e4 100644 --- a/litellm/tests/test_spend_logs.py +++ b/litellm/tests/test_spend_logs.py @@ -63,6 +63,7 @@ def test_spend_logs_payload(): "user_api_key_team_id": None, "user_api_key_team_alias": None, "user_api_key_metadata": {}, + "spend_logs_metadata": {"hello": "world"}, "headers": { "content-type": "application/json", "user-agent": "PostmanRuntime/7.32.3",