mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-20 23:35:19 +08:00
test: add azure to the expected TTS provider inventory
test_registry_catalog_views pins the exact TTS provider set discovered by the registry; azure_tts joins it.
This commit is contained in:
@@ -679,6 +679,7 @@ class TestCapabilityMetadata:
|
||||
assert "tts" in catalog
|
||||
providers = {item["provider"] for item in catalog["tts"] if item["provider"] != "selector"}
|
||||
assert providers == {
|
||||
"azure",
|
||||
"dashscope",
|
||||
"doubao",
|
||||
"elevenlabs",
|
||||
|
||||
Reference in New Issue
Block a user