aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/peertube-runner/client-cli.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-26 09:03:50 +0200
committerChocobozzz <me@florianbigard.com>2023-05-26 09:04:22 +0200
commitf474a519dc08df47c96ead9e0216912582def4f7 (patch)
treed92bf1219434ce7415f709ca5e707d1e65e9d6a6 /server/tests/peertube-runner/client-cli.ts
parente35967ee084a1cba8ed7bc893209bd69200ca3ca (diff)
downloadPeerTube-f474a519dc08df47c96ead9e0216912582def4f7.tar.gz
PeerTube-f474a519dc08df47c96ead9e0216912582def4f7.tar.zst
PeerTube-f474a519dc08df47c96ead9e0216912582def4f7.zip
Specify runner name when unregistering the runner
Diffstat (limited to 'server/tests/peertube-runner/client-cli.ts')
-rw-r--r--server/tests/peertube-runner/client-cli.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/peertube-runner/client-cli.ts b/server/tests/peertube-runner/client-cli.ts
index cc8136c4a..5cbdc4e77 100644
--- a/server/tests/peertube-runner/client-cli.ts
+++ b/server/tests/peertube-runner/client-cli.ts
@@ -53,7 +53,7 @@ describe('Test peertube-runner program client CLI', function () {
53 }) 53 })
54 54
55 it('Should unregister the PeerTube instance', async function () { 55 it('Should unregister the PeerTube instance', async function () {
56 await peertubeRunner.unregisterPeerTubeInstance() 56 await peertubeRunner.unregisterPeerTubeInstance({ runnerName: 'my super runner' })
57 }) 57 })
58 58
59 it('Should not have PeerTube instance listed', async function () { 59 it('Should not have PeerTube instance listed', async function () {