diff options
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 2882ceb7c..42ac5e1f9 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -105,6 +105,8 @@ describe('Test config API validators', function () { | |||
105 | 105 | ||
106 | allowReplay: false, | 106 | allowReplay: false, |
107 | maxDuration: null, | 107 | maxDuration: null, |
108 | maxInstanceLives: -1, | ||
109 | maxUserLives: 50, | ||
108 | 110 | ||
109 | transcoding: { | 111 | transcoding: { |
110 | enabled: true, | 112 | enabled: true, |