Fix test
This commit is contained in:
parent
49b80bd9e1
commit
cc518fdbcb
|
@ -205,7 +205,7 @@ describe('Test runner VOD transcoding', function () {
|
||||||
|
|
||||||
expect(body).to.deep.equal(inputFile)
|
expect(body).to.deep.equal(inputFile)
|
||||||
|
|
||||||
const payload: VODWebVideoTranscodingSuccess = { videoFile: 'video_short_240p.mp4' }
|
const payload: VODWebVideoTranscodingSuccess = { videoFile: `video_short_${job.payload.output.resolution}p.mp4` }
|
||||||
await servers[0].runnerJobs.success({ runnerToken, jobUUID, jobToken, payload })
|
await servers[0].runnerJobs.success({ runnerToken, jobUUID, jobToken, payload })
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue