From fd33eda29d82c3792d7cf6d8863dbed7973d4159 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Mar 2024 08:17:55 -0700 Subject: [PATCH] (ci/cd) check linked triggers --- 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 5830dc3cc..0b69cdc19 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -312,7 +312,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: