diff options
Diffstat (limited to 'server/tests/cli')
-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 () { |