aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorJulien Maulny <julien.maulny@protonmail.com>2019-11-25 16:53:44 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-11-25 16:59:09 +0100
commit66a36740044242568ae7868842eb36a920b21544 (patch)
treebd1ceff7a54cd043d47212e937a1edd1d3433825 /server/tests
parentf84dde5e12b18e8a36a837c195118cf9b1df5b20 (diff)
downloadPeerTube-66a36740044242568ae7868842eb36a920b21544.tar.gz
PeerTube-66a36740044242568ae7868842eb36a920b21544.tar.zst
PeerTube-66a36740044242568ae7868842eb36a920b21544.zip
Fix lint
Diffstat (limited to 'server/tests')
-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)