mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: add agent_id field to GCS PubSub spend_logs_payload.json test expectation (#17938)
- Add agent_id: null to expected JSON to match actual payload structure - Fixes test_async_gcs_pub_sub_v1 test failure - agent_id is an optional field in SpendLogsPayload that is always included (as null when not provided)
This commit is contained in:
parent
b681729e0c
commit
fab1b81b7f
1 changed files with 2 additions and 1 deletions
|
|
@ -28,5 +28,6 @@
|
|||
"response": "{}",
|
||||
"proxy_server_request": "{}",
|
||||
"status": "success",
|
||||
"mcp_namespaced_tool_name": null
|
||||
"mcp_namespaced_tool_name": null,
|
||||
"agent_id": null
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue