aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/tests/api/videos/audio-only.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/audio-only.ts b/server/tests/api/videos/audio-only.ts
index 1ccae4351..f5b6a26e5 100644
--- a/server/tests/api/videos/audio-only.ts
+++ b/server/tests/api/videos/audio-only.ts
@@ -65,7 +65,7 @@ describe('Test audio only video transcoding', function () {
65 it('Should upload a video and transcode it', async function () { 65 it('Should upload a video and transcode it', async function () {
66 this.timeout(120000) 66 this.timeout(120000)
67 67
68 const resUpload = await uploadVideo(servers[0].url, servers[0].accessToken, { name: 'audio only'}) 68 const resUpload = await uploadVideo(servers[0].url, servers[0].accessToken, { name: 'audio only' })
69 videoUUID = resUpload.body.video.uuid 69 videoUUID = resUpload.body.video.uuid
70 70
71 await waitJobs(servers) 71 await waitJobs(servers)