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",