aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api')
-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 1c8d065f7..89ea46578 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: 3, 213 maxDuration: 10,
214 transcoding: { 214 transcoding: {
215 enabled: true, 215 enabled: true,
216 resolutions: ConfigCommand.getCustomConfigResolutions(true) 216 resolutions: ConfigCommand.getCustomConfigResolutions(true)