diff --git a/tests/entrypoints/openai/test_audio.py b/tests/entrypoints/openai/test_audio.py index a2d8993441fcd..4cf864bdb2de9 100644 --- a/tests/entrypoints/openai/test_audio.py +++ b/tests/entrypoints/openai/test_audio.py @@ -254,7 +254,9 @@ async def test_single_chat_session_input_audio( async def test_chat_streaming_audio( client: openai.AsyncOpenAI, model_name: str, audio_url: str ): - messages = dummy_messages_from_audio_url(audio_url) + messages = dummy_messages_from_audio_url( + audio_url, "What's a short title for this audio?" + ) # test single completion chat_completion = await client.chat.completions.create(