From 371043d6831977ce35c92af9cfb331c50a780538 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 15 May 2024 14:31:00 -0700 Subject: [PATCH] fix - test mistral/large _parallel_function_call --- litellm/tests/test_function_calling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/tests/test_function_calling.py b/litellm/tests/test_function_calling.py index 0d0a593d53e..b36762d9cbf 100644 --- a/litellm/tests/test_function_calling.py +++ b/litellm/tests/test_function_calling.py @@ -124,7 +124,6 @@ def test_parallel_function_call(model): model=model, messages=messages, temperature=0.2, seed=22 ) # get a new response from the model where it can see the function response print("second response\n", second_response) - return second_response except Exception as e: pytest.fail(f"Error occurred: {e}")