From 2ca154da93acb7b87a12f6a9477d90cfb2a10475 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 May 2020 09:37:39 +0200 Subject: Fix auto follow index URL --- server/tests/api/server/auto-follows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api') diff --git a/server/tests/api/server/auto-follows.ts b/server/tests/api/server/auto-follows.ts index 7efccc3e2..e04d70af4 100644 --- a/server/tests/api/server/auto-follows.ts +++ b/server/tests/api/server/auto-follows.ts @@ -177,7 +177,7 @@ describe('Test auto follows', function () { followings: { instance: { autoFollowIndex: { - indexUrl: 'http://localhost:42100/api/v1/instances/hosts', + indexUrl: 'http://localhost:42101/api/v1/instances/hosts', enabled: true } } -- cgit v1.2.3