diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-24 16:24:50 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-25 10:07:51 +0100 |
commit | 33ff70baa64c6315856066682595878a27b7ed8c (patch) | |
tree | ba2dd521d5a051cbb0501fc78cb9193363563823 /server/tests/api/videos/multiple-servers.ts | |
parent | ca5c612bfdd225433bcc6ace01c8024df3f674ba (diff) | |
download | PeerTube-33ff70baa64c6315856066682595878a27b7ed8c.tar.gz PeerTube-33ff70baa64c6315856066682595878a27b7ed8c.tar.zst PeerTube-33ff70baa64c6315856066682595878a27b7ed8c.zip |
Fix audio encoding params
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index a62783639..fdd5e33f3 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -216,19 +216,19 @@ describe('Test multiple servers', function () { | |||
216 | files: [ | 216 | files: [ |
217 | { | 217 | { |
218 | resolution: 240, | 218 | resolution: 240, |
219 | size: 189000 | 219 | size: 270000 |
220 | }, | 220 | }, |
221 | { | 221 | { |
222 | resolution: 360, | 222 | resolution: 360, |
223 | size: 278000 | 223 | size: 359000 |
224 | }, | 224 | }, |
225 | { | 225 | { |
226 | resolution: 480, | 226 | resolution: 480, |
227 | size: 384000 | 227 | size: 465000 |
228 | }, | 228 | }, |
229 | { | 229 | { |
230 | resolution: 720, | 230 | resolution: 720, |
231 | size: 706000 | 231 | size: 788000 |
232 | } | 232 | } |
233 | ], | 233 | ], |
234 | thumbnailfile: 'thumbnail', | 234 | thumbnailfile: 'thumbnail', |