chore: remove Gemini TTS voice name test

This commit is contained in:
orphis
2026-05-08 05:03:15 +05:30
parent ba705e9501
commit c78977e4c7

View File

@@ -1,10 +0,0 @@
from pipecat.services.google.tts import GeminiTTSService
def test_gemini_tts_available_voices_match_documented_names():
voices = GeminiTTSService.AVAILABLE_VOICES
assert "Callirrhoe" in voices
assert "Sulafat" in voices
assert "Callirhoe" not in voices
assert "Sulafar" not in voices