diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-11 13:43:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-11 13:43:56 +0200 |
commit | c9215a1be0ad77c360713a877aa9d931aacd5cb0 (patch) | |
tree | 0ce20aa56bc0637c7b14f9762f17c167e1bc0ad2 /server/tests | |
parent | 399b3bc9a638482e93de27a99a372b45fc3ece43 (diff) | |
download | PeerTube-c9215a1be0ad77c360713a877aa9d931aacd5cb0.tar.gz PeerTube-c9215a1be0ad77c360713a877aa9d931aacd5cb0.tar.zst PeerTube-c9215a1be0ad77c360713a877aa9d931aacd5cb0.zip |
Update code contributors
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/config.ts | 2 |
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 | ||
92 | function checkUpdatedConfig (data: CustomConfig) { | 92 | function checkUpdatedConfig (data: CustomConfig) { |