[BugFix][easy] Fix flaky test test_gpt_oss_multi_turn_chat (#24549)

Signed-off-by: lacora2017 <yehu@meta.com>
Co-authored-by: lacora2017 <yehu@meta.com>
This commit is contained in:
lacora 2025-09-10 06:14:55 -07:00 committed by GitHub
parent 4c04eef706
commit 0b9a612fa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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