diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-11 10:48:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-11 10:53:06 +0200 |
commit | 95cd31f1fe3311c873bee8185e6b07398a775a47 (patch) | |
tree | 0be01dcca9f29309cf74ab575a9efec34b689471 /server/tests | |
parent | 3a1a00a4af866caa96355c6702bbf805685d0973 (diff) | |
download | PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.tar.gz PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.tar.zst PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.zip |
Allow to auto follow a specific URL
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/auto-follows.ts | 2 |
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 5f48dc0eb..7efccc3e2 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', | 180 | indexUrl: 'http://localhost:42100/api/v1/instances/hosts', |
181 | enabled: true | 181 | enabled: true |
182 | } | 182 | } |
183 | } | 183 | } |