aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/remotes.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/remotes.js')
-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 () {