aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/utils.js')
-rw-r--r--server/tests/api/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/utils.js b/server/tests/api/utils.js
index d37e12cb2..c1a01ef37 100644
--- a/server/tests/api/utils.js
+++ b/server/tests/api/utils.js
@@ -25,7 +25,7 @@ const testUtils = {
25// ---------------------- Export functions -------------------- 25// ---------------------- Export functions --------------------
26 26
27function flushTests (callback) { 27function flushTests (callback) {
28 exec(pathUtils.join(__dirname, '../../../bin/clean_test.sh'), callback) 28 exec('npm run clean:server:test', callback)
29} 29}
30 30
31function getFriendsList (url, end) { 31function getFriendsList (url, end) {