From 7f0cebe7566bf1a25976fe74e210a35af200c79d Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Mar 2024 08:21:16 -0700 Subject: [PATCH] (ci/cd) check 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 0b69cdc19..bfc9dfb71 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: