aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/runners.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-06-06 11:14:13 +0200
committerChocobozzz <me@florianbigard.com>2023-06-29 10:19:05 +0200
commitc37e305342c8655325f9606aa1f4b29abc471b39 (patch)
tree7d0529c0895c0522de9e77c8ab4d48e502599d2c /server/tests/api/check-params/runners.ts
parent881958d17902b1efbb184400d7e5030cfc5b7224 (diff)
downloadPeerTube-c37e305342c8655325f9606aa1f4b29abc471b39.tar.gz
PeerTube-c37e305342c8655325f9606aa1f4b29abc471b39.tar.zst
PeerTube-c37e305342c8655325f9606aa1f4b29abc471b39.zip
Fix CI tests
Diffstat (limited to 'server/tests/api/check-params/runners.ts')
-rw-r--r--server/tests/api/check-params/runners.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/runners.ts b/server/tests/api/check-params/runners.ts
index 48821b678..4ba90802f 100644
--- a/server/tests/api/check-params/runners.ts
+++ b/server/tests/api/check-params/runners.ts
@@ -752,7 +752,7 @@ describe('Test managing runners', function () {
752 }) 752 })
753 753
754 it('Should fail with an invalid vod audio merge payload', async function () { 754 it('Should fail with an invalid vod audio merge payload', async function () {
755 const attributes = { name: 'audio_with_preview', previewfile: 'preview.jpg', fixture: 'sample.ogg' } 755 const attributes = { name: 'audio_with_preview', previewfile: 'custom-preview.jpg', fixture: 'sample.ogg' }
756 await server.videos.upload({ attributes, mode: 'legacy' }) 756 await server.videos.upload({ attributes, mode: 'legacy' })
757 757
758 await waitJobs([ server ]) 758 await waitJobs([ server ])