Fix tests

pull/2621/head
Chocobozzz 2020-05-13 11:57:34 +02:00
parent 6676056a31
commit a06581f296
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -884,7 +884,7 @@ describe('Test users notifications', function () {
followings: { followings: {
instance: { instance: {
autoFollowIndex: { autoFollowIndex: {
indexUrl: 'http://localhost:42100', indexUrl: 'http://localhost:42101/api/v1/instances/hosts',
enabled: true enabled: true
} }
} }

View File

@ -155,7 +155,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti
enabled: false enabled: false
}, },
autoFollowIndex: { autoFollowIndex: {
indexUrl: 'https://instances.joinpeertube.org', indexUrl: 'https://instances.joinpeertube.org/api/v1/instances/hosts',
enabled: false enabled: false
} }
} }