aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-28 13:57:04 +0100
committerChocobozzz <me@florianbigard.com>2020-01-28 13:57:49 +0100
commite669ff58736e919cbc300e1880d995006592fa0c (patch)
treeda410e3ebabe749339a854c502209e92fe9d293c /server/tests
parent144c6559eda78aa77a0d54cdecd8befdc056af84 (diff)
downloadPeerTube-e669ff58736e919cbc300e1880d995006592fa0c.tar.gz
PeerTube-e669ff58736e919cbc300e1880d995006592fa0c.tar.zst
PeerTube-e669ff58736e919cbc300e1880d995006592fa0c.zip
Add redundancy CLI doc
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/cli/peertube.ts6
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 () {