diff options
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 80b616ccf..2f523d4ce 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -170,6 +170,11 @@ describe('Test config API validators', function () { | |||
170 | enabled: true | 170 | enabled: true |
171 | } | 171 | } |
172 | }, | 172 | }, |
173 | videoFile: { | ||
174 | update: { | ||
175 | enabled: true | ||
176 | } | ||
177 | }, | ||
173 | import: { | 178 | import: { |
174 | videos: { | 179 | videos: { |
175 | concurrency: 1, | 180 | concurrency: 1, |