mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix peertube script
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user