test: parameterize the bridge tool turn fixture return type

This commit is contained in:
mateo-berri 2026-08-18 14:05:21 -07:00
parent f8cc26a51f
commit 9b837fccde

View file

@ -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"},
{