diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-20 14:15:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-21 13:35:31 +0200 |
commit | 4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef (patch) | |
tree | 20bcdd660ab4eb731814db3a4a40fffb48ce7482 /server/tests/api/redundancy/redundancy-constraints.ts | |
parent | 7f28f2ddbaeecf451d501e99ded0408c14a33600 (diff) | |
download | PeerTube-4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef.tar.gz PeerTube-4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef.tar.zst PeerTube-4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef.zip |
Add ability for instances to follow any actor
Diffstat (limited to 'server/tests/api/redundancy/redundancy-constraints.ts')
-rw-r--r-- | server/tests/api/redundancy/redundancy-constraints.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/redundancy/redundancy-constraints.ts b/server/tests/api/redundancy/redundancy-constraints.ts index 25cd11658..933a2c776 100644 --- a/server/tests/api/redundancy/redundancy-constraints.ts +++ b/server/tests/api/redundancy/redundancy-constraints.ts | |||
@@ -75,7 +75,7 @@ describe('Test redundancy constraints', function () { | |||
75 | await waitJobs(servers) | 75 | await waitJobs(servers) |
76 | 76 | ||
77 | // Server 1 and server 2 follow each other | 77 | // Server 1 and server 2 follow each other |
78 | await remoteServer.follows.follow({ targets: [ localServer.url ] }) | 78 | await remoteServer.follows.follow({ hosts: [ localServer.url ] }) |
79 | await waitJobs(servers) | 79 | await waitJobs(servers) |
80 | await remoteServer.redundancy.updateRedundancy({ host: localServer.host, redundancyAllowed: true }) | 80 | await remoteServer.redundancy.updateRedundancy({ host: localServer.host, redundancyAllowed: true }) |
81 | 81 | ||
@@ -161,7 +161,7 @@ describe('Test redundancy constraints', function () { | |||
161 | it('Should have redundancy on server 1 and on server 2 with followings filter now server 2 follows server 1', async function () { | 161 | it('Should have redundancy on server 1 and on server 2 with followings filter now server 2 follows server 1', async function () { |
162 | this.timeout(120000) | 162 | this.timeout(120000) |
163 | 163 | ||
164 | await localServer.follows.follow({ targets: [ remoteServer.url ] }) | 164 | await localServer.follows.follow({ hosts: [ remoteServer.url ] }) |
165 | await waitJobs(servers) | 165 | await waitJobs(servers) |
166 | 166 | ||
167 | await uploadWrapper('video 4 server 2') | 167 | await uploadWrapper('video 4 server 2') |