diff --git a/test/integration/test/superapi.test.js b/test/integration/test/superapi.test.js index 5987b3f..f0703c6 100644 --- a/test/integration/test/superapi.test.js +++ b/test/integration/test/superapi.test.js @@ -80,8 +80,6 @@ test('superapi Can submit local file', async () => { var translatedCaptionsStream1 = client.getTranslatedCaptions(job.id,"es", undefined, 0); expect(translatedCaptionsStream1).not.toBeNull(); - - var translationString2 = client.getTranslatedTranscriptText(job.id,"ru"); expect(translationString2).not.toBeNull(); var translationObject2 = client.getTranslatedTranscriptObject(job.id,"ru");