This commit is contained in:
Quan HL
2025-08-14 16:38:36 +07:00
parent fe4ccfe7d7
commit 92734aaedb

View File

@@ -185,6 +185,7 @@ test('AWS speech synth tests', async(t) => {
language: 'en-US',
voice: 'Joey',
text: 'This is a test. This is only a test',
disableTtsCache: true,
});
t.ok(!opts.servedFromCache, `successfully synthesized aws audio to ${opts.filePath}`);