diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/follows.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index 7c4dea458..46ad4879e 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts | |||
@@ -169,7 +169,7 @@ describe('Test follows', function () { | |||
169 | await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 0, 0) | 169 | await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 0, 0) |
170 | }) | 170 | }) |
171 | 171 | ||
172 | it('Should upload a video on server 2 ans 3 and propagate only the video of server 2', async function () { | 172 | it('Should upload a video on server 2 and 3 and propagate only the video of server 2', async function () { |
173 | this.timeout(10000) | 173 | this.timeout(10000) |
174 | 174 | ||
175 | await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' }) | 175 | await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' }) |