]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/no-client.ts
Fix auto follow index URL
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / no-client.ts
index 86edeb2891c18ad4f1067573d92b78a9b9738854..d0450aba0b4496ea4589b8594831777d1014203f 100644 (file)
@@ -9,7 +9,7 @@ describe('Start and stop server without web client routes', function () {
   before(async function () {
     this.timeout(30000)
 
-    server = await flushAndRunServer(1, {}, ['--no-client'])
+    server = await flushAndRunServer(1, {}, [ '--no-client' ])
   })
 
   it('Should fail getting the client', function () {