diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-29 15:58:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-29 15:58:01 +0100 |
commit | 7519c4a27b4212a93aa2d522cb6c3ac41f18c1a0 (patch) | |
tree | c6ecb2fdc9f3aa4a9b871ab61eb67aa30d27fd5a | |
parent | a8537c622ed8ff58b26a74a8d86e7c5b890f8af2 (diff) | |
download | PeerTube-7519c4a27b4212a93aa2d522cb6c3ac41f18c1a0.tar.gz PeerTube-7519c4a27b4212a93aa2d522cb6c3ac41f18c1a0.tar.zst PeerTube-7519c4a27b4212a93aa2d522cb6c3ac41f18c1a0.zip |
Fix tests
-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 f754df04e..971fb983c 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -1059,19 +1059,19 @@ describe('Test multiple servers', function () { | |||
1059 | files: [ | 1059 | files: [ |
1060 | { | 1060 | { |
1061 | resolution: 720, | 1061 | resolution: 720, |
1062 | size: 72000 | 1062 | size: 59000 |
1063 | }, | 1063 | }, |
1064 | { | 1064 | { |
1065 | resolution: 480, | 1065 | resolution: 480, |
1066 | size: 45000 | 1066 | size: 34000 |
1067 | }, | 1067 | }, |
1068 | { | 1068 | { |
1069 | resolution: 360, | 1069 | resolution: 360, |
1070 | size: 34600 | 1070 | size: 31000 |
1071 | }, | 1071 | }, |
1072 | { | 1072 | { |
1073 | resolution: 240, | 1073 | resolution: 240, |
1074 | size: 24770 | 1074 | size: 23000 |
1075 | } | 1075 | } |
1076 | ] | 1076 | ] |
1077 | } | 1077 | } |