From 3fad43acfb8740f0aa81146277d91073ddf18c65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Oct 2016 21:33:40 +0200 Subject: Server: fix real world tools --- server/tests/utils/clients.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/utils/clients.js') 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 = { // ---------------------- Export functions -------------------- function getClient (url, end) { - const path = '/api/v1/users/client' + const path = '/api/v1/clients/local' request(url) .get(path) -- cgit v1.2.3