diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-10 17:49:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-10 17:49:12 +0200 |
commit | 288178bf02984c7e6dc69241918b88234a0dcb91 (patch) | |
tree | c0258c10aae2c650edd70a3f1588d95fdfd3b390 /server/tests/api/videos | |
parent | 268eebed921ac13a9ce0f4717f4923aa24190657 (diff) | |
download | PeerTube-288178bf02984c7e6dc69241918b88234a0dcb91.tar.gz PeerTube-288178bf02984c7e6dc69241918b88234a0dcb91.tar.zst PeerTube-288178bf02984c7e6dc69241918b88234a0dcb91.zip |
Try to fix travis tests
Diffstat (limited to 'server/tests/api/videos')
-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 516dc5aba..58381a0e5 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -209,19 +209,19 @@ describe('Test multiple servers', function () { | |||
209 | files: [ | 209 | files: [ |
210 | { | 210 | { |
211 | resolution: 240, | 211 | resolution: 240, |
212 | size: 280000 | 212 | size: 342000 |
213 | }, | 213 | }, |
214 | { | 214 | { |
215 | resolution: 360, | 215 | resolution: 360, |
216 | size: 370000 | 216 | size: 433000 |
217 | }, | 217 | }, |
218 | { | 218 | { |
219 | resolution: 480, | 219 | resolution: 480, |
220 | size: 470000 | 220 | size: 538000 |
221 | }, | 221 | }, |
222 | { | 222 | { |
223 | resolution: 720, | 223 | resolution: 720, |
224 | size: 740000 | 224 | size: 861000 |
225 | } | 225 | } |
226 | ], | 226 | ], |
227 | thumbnailfile: 'thumbnail', | 227 | thumbnailfile: 'thumbnail', |