test: allow dashscope domain in qwen alias default api_base check

This commit is contained in:
mateo-berri 2026-09-01 13:29:12 -07:00
parent f4347f25de
commit 6a9dcb5ce6

View file

@ -155,6 +155,11 @@ def test_default_api_base():
continue
elif provider == "github" and other_provider.value == "azure":
continue
elif (
provider in ("qwencloud", "qwen_ai_platform")
and other_provider.value == "dashscope"
):
continue
assert other_provider.value not in api_base.replace("/openai", "")