mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Server: do not allow a user to remove a video of another user
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user