diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-09 11:14:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-12 13:36:23 +0100 |
commit | 2732eeff9e6994582293b5aaa0cb158b7e272e9e (patch) | |
tree | 417d30cf470cd1db84e06c5dbd1b5429d4b99bc1 /server/tests/api/videos/single-server.ts | |
parent | c7c5f8d0f17b0ab598fbe237f11639c6de28110c (diff) | |
download | PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.gz PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.zst PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.zip |
Fix CI using 127.0.0.1 for tests
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index da8bde07b..e8e981e55 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts | |||
@@ -33,7 +33,7 @@ describe('Test a single server', function () { | |||
33 | support: 'my super support text', | 33 | support: 'my super support text', |
34 | account: { | 34 | account: { |
35 | name: 'root', | 35 | name: 'root', |
36 | host: 'localhost:' + server.port | 36 | host: server.host |
37 | }, | 37 | }, |
38 | isLocal: true, | 38 | isLocal: true, |
39 | duration: 5, | 39 | duration: 5, |
@@ -66,7 +66,7 @@ describe('Test a single server', function () { | |||
66 | support: 'my super support text updated', | 66 | support: 'my super support text updated', |
67 | account: { | 67 | account: { |
68 | name: 'root', | 68 | name: 'root', |
69 | host: 'localhost:' + server.port | 69 | host: server.host |
70 | }, | 70 | }, |
71 | isLocal: true, | 71 | isLocal: true, |
72 | tags: [ 'tagup1', 'tagup2' ], | 72 | tags: [ 'tagup1', 'tagup2' ], |