diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 0786a45e9f9..250a4a7b682 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -831,7 +831,7 @@ async def test_completion_codestral_chat_api(): } ], ) - # Add any assertions here to check the response + # Add any assertions here to-check the response print(response) # cost = litellm.completion_cost(completion_response=response)