aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/utils/clients.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/utils/clients.ts')
-rw-r--r--server/tests/utils/clients.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/utils/clients.ts b/server/tests/utils/clients.ts
index 22676bb38..a8c5b51c5 100644
--- a/server/tests/utils/clients.ts
+++ b/server/tests/utils/clients.ts
@@ -1,7 +1,7 @@
1import * as request from 'supertest' 1import * as request from 'supertest'
2 2
3function getClient (url: string) { 3function getClient (url: string) {
4 const path = '/api/v1/clients/local' 4 const path = '/api/v1/oauth-clients/local'
5 5
6 return request(url) 6 return request(url)
7 .get(path) 7 .get(path)