]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/peertube.ts
Update angular
[github/Chocobozzz/PeerTube.git] / server / tests / cli / peertube.ts
index a39bcfebe8b25cb5fd1f6d1cc1d9607e7076b19d..ad14fde9131806b080a00a692bb8391e358dcbf2 100644 (file)
@@ -300,7 +300,7 @@ describe('Test CLI wrapper', function () {
         const stdout = await cliCommand.execWithEnv(`${cmd} redundancy ${params}`)
 
         expect(stdout).to.contain('super video')
-        expect(stdout).to.contain(`localhost:${server.port}`)
+        expect(stdout).to.contain(server.host)
       }
     })
 
@@ -321,15 +321,11 @@ describe('Test CLI wrapper', function () {
     })
 
     after(async function () {
-      this.timeout(10000)
-
       await cleanupTests([ anotherServer ])
     })
   })
 
   after(async function () {
-    this.timeout(10000)
-
     await cleanupTests([ server ])
   })
 })