diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/check-params/videos.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/api/check-params/videos.js b/server/tests/api/check-params/videos.js index d18305291..fac903715 100644 --- a/server/tests/api/check-params/videos.js +++ b/server/tests/api/check-params/videos.js | |||
@@ -378,6 +378,10 @@ describe('Test videos API validator', function () { | |||
378 | } | 378 | } |
379 | requestsUtils.makePutBodyRequest(server.url, path + videoId, server.accessToken, data, done) | 379 | requestsUtils.makePutBodyRequest(server.url, path + videoId, server.accessToken, data, done) |
380 | }) | 380 | }) |
381 | |||
382 | it('Should fail with a video of another user') | ||
383 | |||
384 | it('Should fail with a video of another pod') | ||
381 | }) | 385 | }) |
382 | 386 | ||
383 | describe('When getting a video', function () { | 387 | describe('When getting a video', function () { |