From cddadde81f91219204cec1f4057a191c02a70894 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Jan 2017 12:05:19 +0100 Subject: Server: assert remoteId and host pair is unique --- server/tests/api/check-params/remotes.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests/api') 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 () { describe('When adding a video', function () { it('Should check when adding a video') + + it('Should not add an existing remoteId and host pair') }) describe('When removing a video', function () { -- cgit v1.2.3