This commit is contained in:
Quan HL
2025-08-14 16:49:47 +07:00
parent 92734aaedb
commit 62ad8abb8e

View File

@@ -199,6 +199,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 retrieved aws audio from cache ${opts.filePath}`);
} catch (err) {