From afb390ab027918430272727da54e7c3221d28e3e Mon Sep 17 00:00:00 2001 From: Chauncey Date: Mon, 26 Jan 2026 23:19:57 +0800 Subject: [PATCH] [CI] Fix AssertionError: MCP tool call not found in output_messages (#33093) Signed-off-by: chaunceyjiang (cherry picked from commit a2393ed4962568d89a7ee5189730cd01eb599f40) --- tests/entrypoints/openai/responses/test_harmony.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entrypoints/openai/responses/test_harmony.py b/tests/entrypoints/openai/responses/test_harmony.py index ef014b2c2..e99a299c1 100644 --- a/tests/entrypoints/openai/responses/test_harmony.py +++ b/tests/entrypoints/openai/responses/test_harmony.py @@ -992,7 +992,7 @@ async def test_mcp_tool_multi_turn(client: OpenAI, model_name: str, server): # First turn - make a calculation response1 = await client.responses.create( model=model_name, - input="Calculate 123 * 456 using python and print the result.", + input="Calculate 1234 * 4567 using python tool and print the result.", tools=tools, temperature=0.0, instructions=(