From 9b837fccde6bf20142e97e734dcc44595f555e07 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:05:21 -0700 Subject: [PATCH] test: parameterize the bridge tool turn fixture return type --- .../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 f5087204b2a..8b591fcd7da 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 @@ -168,7 +168,7 @@ class TestToolUseBlockClosedExactlyOnce: """ @staticmethod - def _chat_completions_bridge_tool_turn() -> list: + def _chat_completions_bridge_tool_turn() -> list[dict[str, object]]: return [ {"type": "response.created"}, {