From a14ef270094aaefe28c5cb3374c1cfcdcc1a7f97 Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 2 Mar 2026 09:08:03 +0000 Subject: [PATCH] test: fix copy-paste print message in multi-tool-call test --- ...on_extras_litellm_responses_transformation_transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/completion_extras/litellm_responses_transformation/test_completion_extras_litellm_responses_transformation_transformation.py b/tests/test_litellm/completion_extras/litellm_responses_transformation/test_completion_extras_litellm_responses_transformation_transformation.py index e7429fd7cb..715d3f7b06 100644 --- a/tests/test_litellm/completion_extras/litellm_responses_transformation/test_completion_extras_litellm_responses_transformation_transformation.py +++ b/tests/test_litellm/completion_extras/litellm_responses_transformation/test_completion_extras_litellm_responses_transformation_transformation.py @@ -1471,4 +1471,4 @@ def test_multi_tool_call_stream_no_premature_finish(): f"— only response.completed should terminate the stream" ) - print("✓ Annotations from Responses API are correctly preserved in Chat Completions format") + print("✓ Multi-tool-call stream completes without premature finish_reason termination")