mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test fix metadata checks
This commit is contained in:
parent
36a211d1c5
commit
d8d252dd73
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ async def test_openai_responses_litellm_router_no_metadata():
|
|||
|
||||
# Assert metadata is not in the request
|
||||
assert (
|
||||
loaded_request_body["metadata"] == None
|
||||
"metadata" not in loaded_request_body
|
||||
), "metadata should not be in the request body"
|
||||
mock_post.assert_called_once()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue