diff --git a/packages/api/test/utils/textToSpeech.test.ts b/packages/api/test/utils/textToSpeech.test.ts index 357f68445..2276b2ac4 100644 --- a/packages/api/test/utils/textToSpeech.test.ts +++ b/packages/api/test/utils/textToSpeech.test.ts @@ -25,8 +25,8 @@ describe('textToSpeech', () => { textType: 'ssml', } const output = await synthesizeTextToSpeech(input) - expect(output.audioUrl).to.be.a('string') - expect(output.speechMarksUrl).to.be.a('string') + expect(output.audioFileName).to.be.a('string') + expect(output.speechMarksFileName).to.be.a('string') }) }) diff --git a/yarn.lock b/yarn.lock index 14046d3e7..075a3d86b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18598,7 +18598,7 @@ mkdirp-infer-owner@^2.0.0: infer-owner "^1.0.4" mkdirp "^1.0.3" -mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5: +mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5: version "0.5.6" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==