diff options
Diffstat (limited to 'server/tests/api/check-params/videos.ts')
-rw-r--r-- | server/tests/api/check-params/videos.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/check-params/videos.ts b/server/tests/api/check-params/videos.ts index 904d22870..c5740087c 100644 --- a/server/tests/api/check-params/videos.ts +++ b/server/tests/api/check-params/videos.ts | |||
@@ -175,6 +175,7 @@ describe('Test videos API validator', function () { | |||
175 | language: 'pt', | 175 | language: 'pt', |
176 | nsfw: false, | 176 | nsfw: false, |
177 | commentsEnabled: true, | 177 | commentsEnabled: true, |
178 | downloadingEnabled: true, | ||
178 | waitTranscoding: true, | 179 | waitTranscoding: true, |
179 | description: 'my super description', | 180 | description: 'my super description', |
180 | support: 'my super support text', | 181 | support: 'my super support text', |
@@ -419,6 +420,7 @@ describe('Test videos API validator', function () { | |||
419 | language: 'pt', | 420 | language: 'pt', |
420 | nsfw: false, | 421 | nsfw: false, |
421 | commentsEnabled: false, | 422 | commentsEnabled: false, |
423 | downloadingEnabled: false, | ||
422 | description: 'my super description', | 424 | description: 'my super description', |
423 | privacy: VideoPrivacy.PUBLIC, | 425 | privacy: VideoPrivacy.PUBLIC, |
424 | tags: [ 'tag1', 'tag2' ] | 426 | tags: [ 'tag1', 'tag2' ] |