From 409bd5b4ab6cf3292b2f78728a592e5384c61258 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 17 Apr 2024 08:01:39 -0700 Subject: [PATCH] ci/cd run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 00018247c7f..6b382dc0d6a 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -441,7 +441,7 @@ def test_completion_mistral_azure(): } ], ) - # Add any assertions here to check,the response + # Add any assertions here to check, the response print(response) except Exception as e: