From e7aaece11aad2eb46e10a54f77aae5ad4e15a769 Mon Sep 17 00:00:00 2001 From: Marc Brinkmann Date: Tue, 8 Sep 2026 13:38:31 +0200 Subject: [PATCH] test(responses): remove routine regression test docstring --- ...ion_extras_litellm_responses_transformation_transformation.py | 1 - 1 file changed, 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 7bea967eb30..d4cd2b28bb2 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 @@ -1093,7 +1093,6 @@ def test_streamed_tool_calls_with_empty_terminal_output( reason: str | None, expected: str, ) -> None: - """Retain streamed tool calls without overriding incomplete responses or leaking state.""" from litellm.completion_extras.litellm_responses_transformation.transformation import ( OpenAiResponsesToChatCompletionStreamIterator, )