diff options
Diffstat (limited to 'server/tests/utils/clients.ts')
-rw-r--r-- | server/tests/utils/clients.ts | 2 |
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 @@ | |||
1 | import * as request from 'supertest' | 1 | import * as request from 'supertest' |
2 | 2 | ||
3 | function getClient (url: string) { | 3 | function 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) |