diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-11 16:01:56 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-11 16:01:56 +0200 |
commit | 0a6658fdcbd779ada8f3758048c326e997902d5a (patch) | |
tree | 5de40bf901db0299011104b1344783637b964eb0 /server/tests/api/check-params | |
parent | e6d4b0ff2404dcf0b3a755c3fcc415ffeb6e754d (diff) | |
download | PeerTube-0a6658fdcbd779ada8f3758048c326e997902d5a.tar.gz PeerTube-0a6658fdcbd779ada8f3758048c326e997902d5a.tar.zst PeerTube-0a6658fdcbd779ada8f3758048c326e997902d5a.zip |
Use global uuid instead of remoteId for videos
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/remotes.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
44 | describe('When adding a video', function () { | 44 | describe('When adding a video', function () { |
45 | it('Should check when adding a video') | 45 | it('Should check when adding a video') |
46 | 46 | ||
47 | it('Should not add an existing remoteId and host pair') | 47 | it('Should not add an existing uuid') |
48 | }) | 48 | }) |
49 | 49 | ||
50 | describe('When removing a video', function () { | 50 | describe('When removing a video', function () { |