diff options
Diffstat (limited to 'server/tests/utils/clients.js')
-rw-r--r-- | server/tests/utils/clients.js | 2 |
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 | ||
11 | function getClient (url, end) { | 11 | function 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) |