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:
amartya-dev
2026-07-13 20:54:52 +05:30
parent 888d7b1e72
commit e08a2ec740

View File

@@ -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",