forked from phoenix/litellm-mirror
test fix - proxy server chat completion
This commit is contained in:
parent
02b5c03739
commit
923cbed6ab
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ def test_chat_completion(mock_acompletion, client_no_auth):
|
|||
specific_deployment=True,
|
||||
metadata=mock.ANY,
|
||||
proxy_server_request=mock.ANY,
|
||||
litellm_parent_otel_span=mock.ANY,
|
||||
)
|
||||
print(f"response - {response.text}")
|
||||
assert response.status_code == 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue