Fix tests
This commit is contained in:
parent
6676056a31
commit
a06581f296
2 changed files with 2 additions and 2 deletions
|
@ -884,7 +884,7 @@ describe('Test users notifications', function () {
|
|||
followings: {
|
||||
instance: {
|
||||
autoFollowIndex: {
|
||||
indexUrl: 'http://localhost:42100',
|
||||
indexUrl: 'http://localhost:42101/api/v1/instances/hosts',
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue