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 d6c20f7af..c7eb3189b 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -86,6 +86,7 @@ describe('Test config API validators', function () { | |||
86 | enabled: true, | 86 | enabled: true, |
87 | allowAdditionalExtensions: true, | 87 | allowAdditionalExtensions: true, |
88 | allowAudioFiles: true, | 88 | allowAudioFiles: true, |
89 | concurrency: 1, | ||
89 | threads: 1, | 90 | threads: 1, |
90 | profile: 'vod_profile', | 91 | profile: 'vod_profile', |
91 | resolutions: { | 92 | resolutions: { |
@@ -130,6 +131,7 @@ describe('Test config API validators', function () { | |||
130 | }, | 131 | }, |
131 | import: { | 132 | import: { |
132 | videos: { | 133 | videos: { |
134 | concurrency: 1, | ||
133 | http: { | 135 | http: { |
134 | enabled: false | 136 | enabled: false |
135 | }, | 137 | }, |