First version with PostgreSQL
[oweals/peertube.git] / server / tests / utils / servers.js
index 01c9a2f3919be10aca01595228072ad28c8a4f70..4e55f8f5ccadf2d45d1c739a728bd395b5390027 100644 (file)
@@ -60,12 +60,12 @@ function runServer (number, callback) {
 
   // These actions are async so we need to be sure that they have both been done
   const serverRunString = {
-    'Connected to mongodb': false,
+    'Database is ready': false,
     'Server listening on port': false
   }
 
   const regexps = {
-    client_id: 'Client id: ([a-f0-9]+)',
+    client_id: 'Client id: (.+)',
     client_secret: 'Client secret: (.+)',
     user_username: 'Username: (.+)',
     user_password: 'User password: (.+)'