aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-17 14:34:44 +0200
committerChocobozzz <me@florianbigard.com>2023-07-17 14:34:44 +0200
commit6b745df0878c281a747ed0f16c7dbe3010bcaa8a (patch)
tree66f67d01200bfa8f25bb7a53df6dc444926f1c33
parentc6a3445360123e2ab6985b2c7729d21d5d9b5a2e (diff)
downloadPeerTube-6b745df0878c281a747ed0f16c7dbe3010bcaa8a.tar.gz
PeerTube-6b745df0878c281a747ed0f16c7dbe3010bcaa8a.tar.zst
PeerTube-6b745df0878c281a747ed0f16c7dbe3010bcaa8a.zip
Try to fix CI test
-rw-r--r--server/tests/api/live/live-constraints.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts
index 89ea46578..697d808d5 100644
--- a/server/tests/api/live/live-constraints.ts
+++ b/server/tests/api/live/live-constraints.ts
@@ -210,7 +210,7 @@ describe('Test live constraints', function () {
210 live: { 210 live: {
211 enabled: true, 211 enabled: true,
212 allowReplay: true, 212 allowReplay: true,
213 maxDuration: 10, 213 maxDuration: 15,
214 transcoding: { 214 transcoding: {
215 enabled: true, 215 enabled: true,
216 resolutions: ConfigCommand.getCustomConfigResolutions(true) 216 resolutions: ConfigCommand.getCustomConfigResolutions(true)