Browse Source

Fix test

pull/5340/merge
Chocobozzz 1 week ago
parent
commit
cc518fdbcb
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      server/tests/api/runners/runner-vod-transcoding.ts

+ 1
- 1
server/tests/api/runners/runner-vod-transcoding.ts View File

@@ -205,7 +205,7 @@ describe('Test runner VOD transcoding', function () {

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 })
})



Loading…
Cancel
Save