aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/peertube.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-11-14 15:45:50 +0100
committerChocobozzz <me@florianbigard.com>2018-11-14 16:32:28 +0100
commite5cb43e071924b8cbc77731d3a0511b4f7bcff9d (patch)
treebdce93551ece09c98f2711e2a820015e3e848114 /server/tests/cli/peertube.ts
parent5c6d985faeef1d6793d3f44ca6374f1a9b722806 (diff)
downloadPeerTube-e5cb43e071924b8cbc77731d3a0511b4f7bcff9d.tar.gz
PeerTube-e5cb43e071924b8cbc77731d3a0511b4f7bcff9d.tar.zst
PeerTube-e5cb43e071924b8cbc77731d3a0511b4f7bcff9d.zip
Clean up peertube auth
Diffstat (limited to 'server/tests/cli/peertube.ts')
-rw-r--r--server/tests/cli/peertube.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/cli/peertube.ts b/server/tests/cli/peertube.ts
index 65cb05a1a..7a712bc4e 100644
--- a/server/tests/cli/peertube.ts
+++ b/server/tests/cli/peertube.ts
@@ -44,6 +44,8 @@ describe('Test CLI wrapper', function () {
44 }) 44 })
45 45
46 after(async function () { 46 after(async function () {
47 this.timeout(10000)
48
47 await execCLI(cmd + ` auth del ${server.url}`) 49 await execCLI(cmd + ` auth del ${server.url}`)
48 50
49 killallServers([ server ]) 51 killallServers([ server ])