From e7240bb5c14d6c7e3706a6c1c5076410dea2d5e4 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 14 Mar 2024 20:50:02 -0700 Subject: [PATCH] (ci/cd) fix litellm triggers on commits --- 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 0b69cdc19b..bfc9dfb71a 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: