aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/utils/video-abuses.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/utils/video-abuses.js')
-rw-r--r--server/tests/utils/video-abuses.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/utils/video-abuses.js b/server/tests/utils/video-abuses.js
index 596c824b3..c4dd87990 100644
--- a/server/tests/utils/video-abuses.js
+++ b/server/tests/utils/video-abuses.js
@@ -2,7 +2,7 @@
2 2
3const request = require('supertest') 3const request = require('supertest')
4 4
5const videosUtils = { 5const videosAbuseUtils = {
6 getVideoAbusesList, 6 getVideoAbusesList,
7 getVideoAbusesListPagination, 7 getVideoAbusesListPagination,
8 getVideoAbusesListSort, 8 getVideoAbusesListSort,
@@ -70,4 +70,4 @@ function getVideoAbusesListSort (url, token, sort, end) {
70 70
71// --------------------------------------------------------------------------- 71// ---------------------------------------------------------------------------
72 72
73module.exports = videosUtils 73module.exports = videosAbuseUtils