test(responses): remove routine regression test docstring

This commit is contained in:
Marc Brinkmann 2026-09-08 13:38:31 +02:00
parent b0c89d75c7
commit e7aaece11a

View file

@ -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,
)