aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-27 12:05:19 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-27 12:14:53 +0100
commitcddadde81f91219204cec1f4057a191c02a70894 (patch)
tree06f984ffe21628f6a02f8706a2781e8b6cce2dc7 /server/tests
parentb09ce6455f8e2bf9dd741532e6ad09309880ff74 (diff)
downloadPeerTube-cddadde81f91219204cec1f4057a191c02a70894.tar.gz
PeerTube-cddadde81f91219204cec1f4057a191c02a70894.tar.zst
PeerTube-cddadde81f91219204cec1f4057a191c02a70894.zip
Server: assert remoteId and host pair is unique
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/check-params/remotes.js2
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 () {