diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-13 09:43:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:18 +0200 |
commit | 6c5065a011b099618681a37bd77eaa7bd3db752e (patch) | |
tree | 352252a00b25013c4b1902f6bcd9668aba295c7b /server/tests/api/videos/multiple-servers.ts | |
parent | 0d8ecb7592577f54012413a2b5a9b159cfc90399 (diff) | |
download | PeerTube-6c5065a011b099618681a37bd77eaa7bd3db752e.tar.gz PeerTube-6c5065a011b099618681a37bd77eaa7bd3db752e.tar.zst PeerTube-6c5065a011b099618681a37bd77eaa7bd3db752e.zip |
Introduce server commands
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 1b6f0f48a..1905aac83 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -689,8 +689,8 @@ describe('Test multiple servers', function () { | |||
689 | 689 | ||
690 | it('Should not have files of videos 3 and 3-2 on each server', async function () { | 690 | it('Should not have files of videos 3 and 3-2 on each server', async function () { |
691 | for (const server of servers) { | 691 | for (const server of servers) { |
692 | await checkVideoFilesWereRemoved(toRemove[0].uuid, server.internalServerNumber) | 692 | await checkVideoFilesWereRemoved(toRemove[0].uuid, server) |
693 | await checkVideoFilesWereRemoved(toRemove[1].uuid, server.internalServerNumber) | 693 | await checkVideoFilesWereRemoved(toRemove[1].uuid, server) |
694 | } | 694 | } |
695 | }) | 695 | }) |
696 | 696 | ||