From 0a6658fdcbd779ada8f3758048c326e997902d5a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2017 16:01:56 +0200 Subject: Use global uuid instead of remoteId for videos --- server/tests/api/check-params/remotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/check-params/remotes.js') diff --git a/server/tests/api/check-params/remotes.js b/server/tests/api/check-params/remotes.js index 96361c643..7cb99c4ae 100644 --- a/server/tests/api/check-params/remotes.js +++ b/server/tests/api/check-params/remotes.js @@ -44,7 +44,7 @@ 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') + it('Should not add an existing uuid') }) describe('When removing a video', function () { -- cgit v1.2.3