Server: do not allow a user to remove a video of another user

This commit is contained in:
Chocobozzz
2016-08-05 21:41:28 +02:00
parent f3391f9237
commit 58b2ba55a9
3 changed files with 3 additions and 2 deletions

View File

@@ -496,6 +496,8 @@ describe('Test parameters validator', function () {
.expect(404, done)
})
it('Should fail with a video of another user')
it('Should fail with a video of another pod')
it('Should succeed with the correct parameters')