From 0bd144103dca575a8d39b04383525debec06d5ff Mon Sep 17 00:00:00 2001 From: Colin Lin Date: Fri, 5 Dec 2025 10:52:45 -0500 Subject: [PATCH] [stripe] simplify opus test --- tests/litellm_utils_tests/test_utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"), ],