]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint
authorJulien Maulny <julien.maulny@protonmail.com>
Mon, 25 Nov 2019 15:53:44 +0000 (16:53 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 25 Nov 2019 15:59:09 +0000 (16:59 +0100)
server/tests/api/videos/audio-only.ts

index 1ccae4351703beeac2fb535972014f587602d846..f5b6a26e58975b40fe1383a161ed197fb5ba831e 100644 (file)
@@ -65,7 +65,7 @@ describe('Test audio only video transcoding', function () {
   it('Should upload a video and transcode it', async function () {
     this.timeout(120000)
 
-    const resUpload = await uploadVideo(servers[0].url, servers[0].accessToken, { name: 'audio only'})
+    const resUpload = await uploadVideo(servers[0].url, servers[0].accessToken, { name: 'audio only' })
     videoUUID = resUpload.body.video.uuid
 
     await waitJobs(servers)