aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/single-server.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-24 16:24:50 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-11-25 10:07:51 +0100
commit33ff70baa64c6315856066682595878a27b7ed8c (patch)
treeba2dd521d5a051cbb0501fc78cb9193363563823 /server/tests/api/videos/single-server.ts
parentca5c612bfdd225433bcc6ace01c8024df3f674ba (diff)
downloadPeerTube-33ff70baa64c6315856066682595878a27b7ed8c.tar.gz
PeerTube-33ff70baa64c6315856066682595878a27b7ed8c.tar.zst
PeerTube-33ff70baa64c6315856066682595878a27b7ed8c.zip
Fix audio encoding params
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r--server/tests/api/videos/single-server.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts
index 0ae405950..b74bc3e80 100644
--- a/server/tests/api/videos/single-server.ts
+++ b/server/tests/api/videos/single-server.ts
@@ -157,6 +157,8 @@ describe('Test a single server', function () {
157 }) 157 })
158 158
159 it('Should upload the video', async function () { 159 it('Should upload the video', async function () {
160 this.timeout(10000)
161
160 const videoAttributes = { 162 const videoAttributes = {
161 name: 'my super name', 163 name: 'my super name',
162 category: 2, 164 category: 2,