From 923cbed6ab1b1706efb74bc61935a6947381e36b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 7 Jun 2024 11:53:03 -0700 Subject: [PATCH] test fix - proxy server chat completion --- litellm/tests/test_proxy_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_proxy_server.py b/litellm/tests/test_proxy_server.py index 114b96872..6e6012199 100644 --- a/litellm/tests/test_proxy_server.py +++ b/litellm/tests/test_proxy_server.py @@ -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