Fix auto follow index URL

This commit is contained in:
Chocobozzz
2020-05-12 09:37:39 +02:00
parent 5ca8c03e1d
commit 2ca154da93
4 changed files with 9 additions and 16 deletions

View File

@@ -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
}
}