]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix tests
authorChocobozzz <me@florianbigard.com>
Wed, 18 Apr 2018 13:27:33 +0000 (15:27 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 18 Apr 2018 13:27:33 +0000 (15:27 +0200)
server/tests/utils/server/servers.ts

index 8373c73ab00314035be72595ade4b8259683ecde..1372c03c38d12cdcb20eae7b4206c4174a04089b 100644 (file)
@@ -88,7 +88,7 @@ function runServer (serverNumber: number, configOverride?: Object) {
 
   // These actions are async so we need to be sure that they have both been done
   const serverRunString = {
-    'Server listening on port': false
+    'Server listening': false
   }
   const key = 'Database peertube_test' + serverNumber + ' is ready'
   serverRunString[key] = false