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