aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r--server/tests/api/live/live.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts
index 0a7ae8536..3f2a304be 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -519,7 +519,7 @@ describe('Test live', function () {
519 } 519 }
520 520
521 const minBitrateLimits = { 521 const minBitrateLimits = {
522 720: 5000 * 1000, 522 720: 4800 * 1000,
523 360: 1000 * 1000, 523 360: 1000 * 1000,
524 240: 550 * 1000 524 240: 550 * 1000
525 } 525 }