diff options
Diffstat (limited to 'server/tests/api/runners')
-rw-r--r-- | server/tests/api/runners/runner-vod-transcoding.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/runners/runner-vod-transcoding.ts b/server/tests/api/runners/runner-vod-transcoding.ts index 58478ba4a..43e005bbe 100644 --- a/server/tests/api/runners/runner-vod-transcoding.ts +++ b/server/tests/api/runners/runner-vod-transcoding.ts | |||
@@ -228,6 +228,8 @@ describe('Test runner VOD transcoding', function () { | |||
228 | const payload: VODWebVideoTranscodingSuccess = { videoFile: `video_short_${resolution}p.mp4` } | 228 | const payload: VODWebVideoTranscodingSuccess = { videoFile: `video_short_${resolution}p.mp4` } |
229 | await servers[0].runnerJobs.success({ runnerToken, jobUUID, jobToken, payload }) | 229 | await servers[0].runnerJobs.success({ runnerToken, jobUUID, jobToken, payload }) |
230 | } | 230 | } |
231 | |||
232 | await waitJobs(servers) | ||
231 | }) | 233 | }) |
232 | 234 | ||
233 | it('Should have the video updated', async function () { | 235 | it('Should have the video updated', async function () { |