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/external-plugins/auto-block-videos.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/external-plugins/auto-block-videos.ts')
-rw-r--r-- | server/tests/external-plugins/auto-block-videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/external-plugins/auto-block-videos.ts b/server/tests/external-plugins/auto-block-videos.ts index 7df0b3390..d14587c38 100644 --- a/server/tests/external-plugins/auto-block-videos.ts +++ b/server/tests/external-plugins/auto-block-videos.ts | |||
@@ -64,7 +64,7 @@ describe('Official plugin auto-block videos', function () { | |||
64 | await servers[0].plugins.updateSettings({ | 64 | await servers[0].plugins.updateSettings({ |
65 | npmName: 'peertube-plugin-auto-block-videos', | 65 | npmName: 'peertube-plugin-auto-block-videos', |
66 | settings: { | 66 | settings: { |
67 | 'blocklist-urls': `http://localhost:${port}/blocklist`, | 67 | 'blocklist-urls': `http://127.0.0.1:${port}/blocklist`, |
68 | 'check-seconds-interval': 1 | 68 | 'check-seconds-interval': 1 |
69 | } | 69 | } |
70 | }) | 70 | }) |