aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/utils/clients.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/utils/clients.js')
-rw-r--r--server/tests/utils/clients.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/utils/clients.js b/server/tests/utils/clients.js
index e3ded493e..b3ae18d01 100644
--- a/server/tests/utils/clients.js
+++ b/server/tests/utils/clients.js
@@ -9,7 +9,7 @@ const clientsUtils = {
9// ---------------------- Export functions -------------------- 9// ---------------------- Export functions --------------------
10 10
11function getClient (url, end) { 11function getClient (url, end) {
12 const path = '/api/v1/users/client' 12 const path = '/api/v1/clients/local'
13 13
14 request(url) 14 request(url)
15 .get(path) 15 .get(path)