]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/remotes.js
Begin user quota
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / remotes.js
index c1ab9fb2bcd1f7f6f2845b67f2a29b3eb2d95015..7cb99c4aefb0d5eed495a74d1dda5df40902f818 100644 (file)
@@ -1,3 +1,5 @@
+/* eslint-disable no-unused-expressions */
+
 'use strict'
 
 const series = require('async/series')
@@ -41,6 +43,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 uuid')
   })
 
   describe('When removing a video', function () {