1
0
Fork 0

Fix tests

This commit is contained in:
Chocobozzz 2018-04-18 15:27:33 +02:00
parent c9ffd53217
commit bf6e8e3e3d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View 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