[Frontend] Fix Flaky MCP Streaming Test (#32153)

Signed-off-by: Daniel Salib <danielsalib@meta.com>
This commit is contained in:
daniel-salib
2026-01-12 02:03:32 -08:00
committed by GitHub
parent 5e034f2e3d
commit d7b2e57097

View File

@@ -925,7 +925,7 @@ async def test_mcp_code_interpreter_streaming(client: OpenAI, model_name: str, s
}
]
input_text = (
"Calculate 15 * 32 using python. "
"Calculate 123 * 456 using python. "
"The python interpreter is not stateful and you must print to see the output."
)