]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/peertube.ts
Enable external plugins to test the PR
[github/Chocobozzz/PeerTube.git] / server / tests / cli / peertube.ts
index a39bcfebe8b25cb5fd1f6d1cc1d9607e7076b19d..400d5867c07115737c7374dc3d18835688921115 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)
       }
     })