projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f84dde5
)
Fix lint
author
Julien Maulny
<julien.maulny@protonmail.com>
Mon, 25 Nov 2019 15:53:44 +0000
(16:53 +0100)
committer
Chocobozzz
<chocobozzz@cpy.re>
Mon, 25 Nov 2019 15:59:09 +0000
(16:59 +0100)
server/tests/api/videos/audio-only.ts
patch
|
blob
|
history
diff --git
a/server/tests/api/videos/audio-only.ts
b/server/tests/api/videos/audio-only.ts
index 1ccae4351703beeac2fb535972014f587602d846..f5b6a26e58975b40fe1383a161ed197fb5ba831e 100644
(file)
--- 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 () {
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)