aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/server/no-client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/no-client.ts b/server/tests/api/server/no-client.ts
index efa890ad4..719813ae9 100644
--- a/server/tests/api/server/no-client.ts
+++ b/server/tests/api/server/no-client.ts
@@ -9,7 +9,7 @@ describe('Start and stop server without web client routes', function () {
9 before(async function () { 9 before(async function () {
10 this.timeout(30000) 10 this.timeout(30000)
11 11
12 server = await createSingleServer(1, {}, [ '--no-client' ]) 12 server = await createSingleServer(1, {}, { peertubeArgs: [ '--no-client' ] })
13 }) 13 })
14 14
15 it('Should fail getting the client', function () { 15 it('Should fail getting the client', function () {