From b19e7e77133576fb22c8557235f59fb076c0c7ff Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 19:56:57 +0000 Subject: [PATCH] test(anthropic): rename test to reflect lazy text-block open --- .../test_responses_adapters_streaming_iterator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/llms/anthropic/experimental_pass_through/responses_adapters/test_responses_adapters_streaming_iterator.py b/tests/test_litellm/llms/anthropic/experimental_pass_through/responses_adapters/test_responses_adapters_streaming_iterator.py index 3307c700232..c0bdf0bae7e 100644 --- a/tests/test_litellm/llms/anthropic/experimental_pass_through/responses_adapters/test_responses_adapters_streaming_iterator.py +++ b/tests/test_litellm/llms/anthropic/experimental_pass_through/responses_adapters/test_responses_adapters_streaming_iterator.py @@ -92,7 +92,7 @@ class TestProcessEventTextDeltaWithoutOutputItemAdded: assert chunks[2]["content_block"] == {"type": "text", "text": ""} assert [c["index"] for c in chunks] == [0, 0, 1, 1] - def test_process_event_registered_item_id_does_not_synthesize_start(self): + def test_process_event_message_item_opens_text_block_exactly_once(self): chunks = _process_all( [ {