diff options
Diffstat (limited to 'server/tests/cli/create-import-video-file-job.ts')
-rw-r--r-- | server/tests/cli/create-import-video-file-job.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/create-import-video-file-job.ts b/server/tests/cli/create-import-video-file-job.ts index 43f53035b..3ece4f2ec 100644 --- a/server/tests/cli/create-import-video-file-job.ts +++ b/server/tests/cli/create-import-video-file-job.ts | |||
@@ -73,7 +73,7 @@ function runTests (objectStorage: boolean) { | |||
73 | }) | 73 | }) |
74 | 74 | ||
75 | it('Should run a import job on video 1 with a lower resolution', async function () { | 75 | it('Should run a import job on video 1 with a lower resolution', async function () { |
76 | const command = `npm run create-import-video-file-job -- -v ${video1ShortId} -i server/tests/fixtures/video_short-480.webm` | 76 | const command = `npm run create-import-video-file-job -- -v ${video1ShortId} -i server/tests/fixtures/video_short_480.webm` |
77 | await servers[0].cli.execWithEnv(command) | 77 | await servers[0].cli.execWithEnv(command) |
78 | 78 | ||
79 | await waitJobs(servers) | 79 | await waitJobs(servers) |