test: include dashscope in tts provider contract
This commit is contained in:
parent
b4bed5735a
commit
0bfa7f1f8c
|
|
@ -143,7 +143,14 @@ class TestCapabilityMetadata:
|
|||
catalog = reg.capability_catalog()
|
||||
assert "tts" in catalog
|
||||
providers = {item["provider"] for item in catalog["tts"] if item["provider"] != "selector"}
|
||||
assert providers == {"doubao", "elevenlabs", "google_tts", "openai", "piper"}
|
||||
assert providers == {
|
||||
"dashscope",
|
||||
"doubao",
|
||||
"elevenlabs",
|
||||
"google_tts",
|
||||
"openai",
|
||||
"piper",
|
||||
}
|
||||
|
||||
|
||||
# ---- Animated Explainer Pipeline ----
|
||||
|
|
|
|||
Loading…
Reference in New Issue