fix simplify - pass litellm_parent_otel_span

This commit is contained in:
Ishaan Jaff 2024-06-07 13:48:21 -07:00
parent 42df97db3c
commit 7ef7bc8a9a
6 changed files with 5 additions and 9 deletions

View file

@ -152,7 +152,6 @@ 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