diff options
Diffstat (limited to 'server/tests/api/notifications/admin-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/admin-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/admin-notifications.ts b/server/tests/api/notifications/admin-notifications.ts index 07c981a37..6f059f622 100644 --- a/server/tests/api/notifications/admin-notifications.ts +++ b/server/tests/api/notifications/admin-notifications.ts | |||
@@ -31,7 +31,7 @@ describe('Test admin notifications', function () { | |||
31 | peertube: { | 31 | peertube: { |
32 | check_latest_version: { | 32 | check_latest_version: { |
33 | enabled: true, | 33 | enabled: true, |
34 | url: `http://localhost:${port}/versions.json` | 34 | url: `http://127.0.0.1:${port}/versions.json` |
35 | } | 35 | } |
36 | }, | 36 | }, |
37 | plugins: { | 37 | plugins: { |