From c8850998b5d62c185647a581182ccc78773bafe0 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 16 Aug 2026 12:19:59 -0400 Subject: [PATCH] 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 --- test/synth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/synth.js b/test/synth.js index a274194..2fd86b5 100644 --- a/test/synth.js +++ b/test/synth.js @@ -1104,7 +1104,7 @@ test('nineninesix speech synth tests', async(t) => { model_id: 'gepard-1.0' }, language: 'en', - voice: '3ad7a827-7fd1-4954-bf35-47d4cc33d9ed', + voice: '775e4dfd-819c-4325-92ec-250f487ef7e3', text, renderForCaching: true });