mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test fix
This commit is contained in:
parent
630bc803e2
commit
2287f383a1
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,7 @@ def test_chat_completion_exception_azure(mock_acompletion, client):
|
|||
request_timeout=mock.ANY,
|
||||
metadata=mock.ANY,
|
||||
proxy_server_request=mock.ANY,
|
||||
litellm_parent_otel_span=mock.ANY,
|
||||
)
|
||||
|
||||
json_response = response.json()
|
||||
|
@ -271,6 +272,7 @@ def test_chat_completion_exception_azure_context_window(mock_acompletion, client
|
|||
request_timeout=mock.ANY,
|
||||
metadata=mock.ANY,
|
||||
proxy_server_request=mock.ANY,
|
||||
litellm_parent_otel_span=mock.ANY,
|
||||
)
|
||||
|
||||
json_response = response.json()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue