diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-27 12:05:19 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-27 12:14:53 +0100 |
commit | cddadde81f91219204cec1f4057a191c02a70894 (patch) | |
tree | 06f984ffe21628f6a02f8706a2781e8b6cce2dc7 /server/tests/api/check-params | |
parent | b09ce6455f8e2bf9dd741532e6ad09309880ff74 (diff) | |
download | PeerTube-cddadde81f91219204cec1f4057a191c02a70894.tar.gz PeerTube-cddadde81f91219204cec1f4057a191c02a70894.tar.zst PeerTube-cddadde81f91219204cec1f4057a191c02a70894.zip |
Server: assert remoteId and host pair is unique
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/remotes.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/check-params/remotes.js b/server/tests/api/check-params/remotes.js index c1ab9fb2b..f6a49d6e2 100644 --- a/server/tests/api/check-params/remotes.js +++ b/server/tests/api/check-params/remotes.js | |||
@@ -41,6 +41,8 @@ describe('Test remote videos API validators', function () { | |||
41 | 41 | ||
42 | describe('When adding a video', function () { | 42 | describe('When adding a video', function () { |
43 | it('Should check when adding a video') | 43 | it('Should check when adding a video') |
44 | |||
45 | it('Should not add an existing remoteId and host pair') | ||
44 | }) | 46 | }) |
45 | 47 | ||
46 | describe('When removing a video', function () { | 48 | describe('When removing a video', function () { |