From a06581f2968dc0d21570cc53ff94de96ede70a54 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 May 2020 11:57:34 +0200 Subject: Fix tests --- shared/extra-utils/server/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/extra-utils') diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index 35b08477f..743d10316 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts @@ -155,7 +155,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti enabled: false }, autoFollowIndex: { - indexUrl: 'https://instances.joinpeertube.org', + indexUrl: 'https://instances.joinpeertube.org/api/v1/instances/hosts', enabled: false } } -- cgit v1.2.3