diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/check-params/videos.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/check-params/videos.js b/server/tests/api/check-params/videos.js index 1a24d26cc..ec4cc4ce8 100644 --- a/server/tests/api/check-params/videos.js +++ b/server/tests/api/check-params/videos.js | |||
@@ -378,6 +378,8 @@ describe('Test videos API validator', function () { | |||
378 | }) | 378 | }) |
379 | 379 | ||
380 | it('Should succeed with the correct parameters', function (done) { | 380 | it('Should succeed with the correct parameters', function (done) { |
381 | this.timeout(5000) | ||
382 | |||
381 | const data = { | 383 | const data = { |
382 | name: 'my super name', | 384 | name: 'my super name', |
383 | category: 5, | 385 | category: 5, |