diff --git a/tests/llm_translation/test_openrouter.py b/tests/llm_translation/test_openrouter.py index ba70e99ebce..1c75e6d664d 100644 --- a/tests/llm_translation/test_openrouter.py +++ b/tests/llm_translation/test_openrouter.py @@ -30,7 +30,7 @@ def test_completion_openrouter_image_generation(): assert ( resp.choices[0] .message.images[0]["image_url"]["url"] - .startswith("data:image/png;base64,") + .startswith("data:image/") )