]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/clients.ts
Begin moving video channel to actor
[github/Chocobozzz/PeerTube.git] / server / tests / utils / clients.ts
index 22676bb381a3aac2ab01ac89641b52f145d98d14..a8c5b51c5ce51aed41a6fbcbe1e69f3b7bf8cee5 100644 (file)
@@ -1,7 +1,7 @@
 import * as request from 'supertest'
 
 function getClient (url: string) {
-  const path = '/api/v1/clients/local'
+  const path = '/api/v1/oauth-clients/local'
 
   return request(url)
           .get(path)