Fix peertube script

This commit is contained in:
Chocobozzz
2018-09-20 16:35:48 +02:00
parent 00f9e41ebf
commit 5c142a4bab
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// Order of the tests we want to execute
import './create-transcoding-job'
import './create-import-video-file-job'
import './create-transcoding-job'
import './peertube'
import './reset-password'
import './update-host'

View File

@@ -40,7 +40,7 @@ describe('Test CLI wrapper', function () {
this.timeout(60000)
const env = getEnvCli(server)
const stdout = await execCLI(`${env} ` + cmd + ` auth add --url ${server.url} -U user_1 -p "super password"`)
await execCLI(`${env} ` + cmd + ` auth add --url ${server.url} -U user_1 -p "super password"`)
})
after(async function () {