From b1c3f96ae3874cc3b5a6bc7e55f43339b81da183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Lucchesi?= Date: Mon, 22 Dec 2025 16:21:40 +0100 Subject: [PATCH] [CI][Bugfix] Fix `entrypoints/openai/test_audio.py` (#31151) Signed-off-by: NickLucche --- tests/entrypoints/openai/test_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entrypoints/openai/test_audio.py b/tests/entrypoints/openai/test_audio.py index 4cf864bdb2de9..af5f2fec402ed 100644 --- a/tests/entrypoints/openai/test_audio.py +++ b/tests/entrypoints/openai/test_audio.py @@ -313,7 +313,7 @@ async def test_chat_streaming_input_audio( "format": "wav", }, }, - {"type": "text", "text": "What's happening in this audio?"}, + {"type": "text", "text": "What's a short title for this audio?"}, ], } ]