fix(tts): use a current nineninesix voice id in the synth test (#158)

The vendor replaced its voice catalog and now rejects unknown ids, so
the env-gated test failed whenever NINENINESIX_API_KEY was set.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Dave Horton
2026-08-16 12:19:59 -04:00
committed by GitHub
co-authored by Claude Opus 5
parent e8b2009d29
commit c8850998b5
+1 -1
View File
@@ -1104,7 +1104,7 @@ test('nineninesix speech synth tests', async(t) => {
model_id: 'gepard-1.0' model_id: 'gepard-1.0'
}, },
language: 'en', language: 'en',
voice: '3ad7a827-7fd1-4954-bf35-47d4cc33d9ed', voice: '775e4dfd-819c-4325-92ec-250f487ef7e3',
text, text,
renderForCaching: true renderForCaching: true
}); });