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: {
|
followings: {
|
||||||
instance: {
|
instance: {
|
||||||
autoFollowIndex: {
|
autoFollowIndex: {
|
||||||
indexUrl: 'http://localhost:42100',
|
indexUrl: 'http://localhost:42101/api/v1/instances/hosts',
|
||||||
enabled: true
|
enabled: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue