aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/server/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/config.ts b/server/tests/api/server/config.ts
index 1d81e1dce..8580835d6 100644
--- a/server/tests/api/server/config.ts
+++ b/server/tests/api/server/config.ts
@@ -86,7 +86,7 @@ function checkInitialConfig (server: ServerInfo, data: CustomConfig) {
86 86
87 expect(data.followings.instance.autoFollowBack.enabled).to.be.false 87 expect(data.followings.instance.autoFollowBack.enabled).to.be.false
88 expect(data.followings.instance.autoFollowIndex.enabled).to.be.false 88 expect(data.followings.instance.autoFollowIndex.enabled).to.be.false
89 expect(data.followings.instance.autoFollowIndex.indexUrl).to.equal('https://instances.joinpeertube.org') 89 expect(data.followings.instance.autoFollowIndex.indexUrl).to.equal('')
90} 90}
91 91
92function checkUpdatedConfig (data: CustomConfig) { 92function checkUpdatedConfig (data: CustomConfig) {