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: