diff options
Diffstat (limited to 'server/tests/cli/peertube.ts')
-rw-r--r-- | server/tests/cli/peertube.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/peertube.ts b/server/tests/cli/peertube.ts index a39bcfebe..400d5867c 100644 --- a/server/tests/cli/peertube.ts +++ b/server/tests/cli/peertube.ts | |||
@@ -300,7 +300,7 @@ describe('Test CLI wrapper', function () { | |||
300 | const stdout = await cliCommand.execWithEnv(`${cmd} redundancy ${params}`) | 300 | const stdout = await cliCommand.execWithEnv(`${cmd} redundancy ${params}`) |
301 | 301 | ||
302 | expect(stdout).to.contain('super video') | 302 | expect(stdout).to.contain('super video') |
303 | expect(stdout).to.contain(`localhost:${server.port}`) | 303 | expect(stdout).to.contain(server.host) |
304 | } | 304 | } |
305 | }) | 305 | }) |
306 | 306 | ||