diff options
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 | }) |