]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/videos.js
Server: remove useless hash affectations
[github/Chocobozzz/PeerTube.git] / server / tests / utils / videos.js
index 90ee9621eef18bbcc7f11ee3546cf354ebe95d70..536093db13998c0cf700753d00402924a3c6f7c8 100644 (file)
@@ -5,17 +5,17 @@ const pathUtils = require('path')
 const request = require('supertest')
 
 const videosUtils = {
-  getAllVideosListBy: getAllVideosListBy,
-  getVideo: getVideo,
-  getVideosList: getVideosList,
-  getVideosListPagination: getVideosListPagination,
-  getVideosListSort: getVideosListSort,
-  removeVideo: removeVideo,
-  searchVideo: searchVideo,
-  searchVideoWithPagination: searchVideoWithPagination,
-  searchVideoWithSort: searchVideoWithSort,
-  testVideoImage: testVideoImage,
-  uploadVideo: uploadVideo
+  getAllVideosListBy,
+  getVideo,
+  getVideosList,
+  getVideosListPagination,
+  getVideosListSort,
+  removeVideo,
+  searchVideo,
+  searchVideoWithPagination,
+  searchVideoWithSort,
+  testVideoImage,
+  uploadVideo
 }
 
 // ---------------------- Export functions --------------------