diff --git a/tests/litellm_utils_tests/test_utils.py b/tests/litellm_utils_tests/test_utils.py index ddf97aeddb..c75edba850 100644 --- a/tests/litellm_utils_tests/test_utils.py +++ b/tests/litellm_utils_tests/test_utils.py @@ -1044,9 +1044,9 @@ def test_convert_model_response_object(): "The sky is a canvas of blue", ), ( - "\nLet me work through this step by step.\n\n\nYou have **8 fruits** remaining.", - "\nLet me work through this step by step.\n", - "\n\nYou have **8 fruits** remaining.", + "I am thinking hereThe sky is a canvas of blue", + "I am thinking here", + "The sky is a canvas of blue", ), ("I am a regular response", None, "I am a regular response"), ],