diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 595edb964..a67a275f6 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -59,7 +59,7 @@ def test_completion_custom_provider_model_name(): messages=messages, logger_fn=logger_fn, ) - # Add assertions here to, check the response + # Add assertions here to check the response print(response) print(response["choices"][0]["finish_reason"]) except litellm.Timeout as e: