aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-12 09:37:39 +0200
committerChocobozzz <me@florianbigard.com>2020-05-12 09:37:39 +0200
commit2ca154da93acb7b87a12f6a9477d90cfb2a10475 (patch)
tree5843af40eadb28c6ccbc8a9887c40f84ec8423c3 /server/tests/api
parent5ca8c03e1dc172813d65397954ee785d462d83aa (diff)
downloadPeerTube-2ca154da93acb7b87a12f6a9477d90cfb2a10475.tar.gz
PeerTube-2ca154da93acb7b87a12f6a9477d90cfb2a10475.tar.zst
PeerTube-2ca154da93acb7b87a12f6a9477d90cfb2a10475.zip
Fix auto follow index URL
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/server/auto-follows.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/auto-follows.ts b/server/tests/api/server/auto-follows.ts
index 7efccc3e2..e04d70af4 100644
--- a/server/tests/api/server/auto-follows.ts
+++ b/server/tests/api/server/auto-follows.ts
@@ -177,7 +177,7 @@ describe('Test auto follows', function () {
177 followings: { 177 followings: {
178 instance: { 178 instance: {
179 autoFollowIndex: { 179 autoFollowIndex: {
180 indexUrl: 'http://localhost:42100/api/v1/instances/hosts', 180 indexUrl: 'http://localhost:42101/api/v1/instances/hosts',
181 enabled: true 181 enabled: true
182 } 182 }
183 } 183 }