diff --git a/speech/system-test/betaFeatures.test.js b/speech/system-test/betaFeatures.test.js index e428b0f10e..202a36fecf 100644 --- a/speech/system-test/betaFeatures.test.js +++ b/speech/system-test/betaFeatures.test.js @@ -61,7 +61,7 @@ describe('BetaFeatures', () => { const output = execSync( `${cmd} multiLanguageTranscribe -f ${multiLanguageFile}` ); - assert.match(output, /Transcription:.*/); + assert.match(output, /Transcription: \S+/); }); it('should run word Level Confience on a local file', async () => {