mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test_chat_completion_bad_model_with_spend_logs
This commit is contained in:
parent
04f152ceb3
commit
d05092bb3d
1 changed files with 0 additions and 3 deletions
|
@ -205,7 +205,4 @@ async def test_chat_completion_bad_model_with_spend_logs():
|
|||
|
||||
# Verify request details
|
||||
assert log_entry["cache_hit"] == "False"
|
||||
assert log_entry["messages"]["model"] == "non-existent-model"
|
||||
assert log_entry["messages"]["messages"][0]["role"] == "user"
|
||||
assert log_entry["messages"]["messages"][0]["content"] == "Hello!"
|
||||
assert log_entry["response"] == {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue