Remove one pod (#76)
[oweals/peertube.git] / server / tests / utils / clients.js
index e3ded493e69cf050f2d4d8b9cf3abe140d24a352..b3ae18d01f346e1de1576e1e534b4cd4004eac32 100644 (file)
@@ -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)