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: