Add redundancy CLI doc

This commit is contained in:
Chocobozzz
2020-01-28 13:57:04 +01:00
parent 144c6559ed
commit e669ff5873
2 changed files with 37 additions and 1 deletions

View File

@@ -277,6 +277,12 @@ describe('Test CLI wrapper', function () {
expect(stdout).to.not.contain('super video')
}
})
after(async function () {
this.timeout(10000)
await cleanupTests([ anotherServer ])
})
})
after(async function () {