diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-28 13:57:04 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-28 13:57:49 +0100 |
commit | e669ff58736e919cbc300e1880d995006592fa0c (patch) | |
tree | da410e3ebabe749339a854c502209e92fe9d293c /server | |
parent | 144c6559eda78aa77a0d54cdecd8befdc056af84 (diff) | |
download | PeerTube-e669ff58736e919cbc300e1880d995006592fa0c.tar.gz PeerTube-e669ff58736e919cbc300e1880d995006592fa0c.tar.zst PeerTube-e669ff58736e919cbc300e1880d995006592fa0c.zip |
Add redundancy CLI doc
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/cli/peertube.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/tests/cli/peertube.ts b/server/tests/cli/peertube.ts index 09cbcdb65..15b6755f2 100644 --- a/server/tests/cli/peertube.ts +++ b/server/tests/cli/peertube.ts | |||
@@ -277,6 +277,12 @@ describe('Test CLI wrapper', function () { | |||
277 | expect(stdout).to.not.contain('super video') | 277 | expect(stdout).to.not.contain('super video') |
278 | } | 278 | } |
279 | }) | 279 | }) |
280 | |||
281 | after(async function () { | ||
282 | this.timeout(10000) | ||
283 | |||
284 | await cleanupTests([ anotherServer ]) | ||
285 | }) | ||
280 | }) | 286 | }) |
281 | 287 | ||
282 | after(async function () { | 288 | after(async function () { |