From 0b9a612fa327c4b0f4dedf6dc9b2f8c03eb23e36 Mon Sep 17 00:00:00 2001 From: lacora Date: Wed, 10 Sep 2025 06:14:55 -0700 Subject: [PATCH] [BugFix][easy] Fix flaky test test_gpt_oss_multi_turn_chat (#24549) Signed-off-by: lacora2017 Co-authored-by: lacora2017 --- tests/entrypoints/openai/test_serving_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entrypoints/openai/test_serving_chat.py b/tests/entrypoints/openai/test_serving_chat.py index 04805dbca74fa..39a18b9daeca1 100644 --- a/tests/entrypoints/openai/test_serving_chat.py +++ b/tests/entrypoints/openai/test_serving_chat.py @@ -178,7 +178,7 @@ async def test_gpt_oss_multi_turn_chat(gptoss_client: OpenAI, }, { "role": "user", - "content": "What is the weather in Dallas, TX?" + "content": "What is the weather in Dallas, TX with celsius?" }, ]