diff options
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 3646fbb0f..85d158d61 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -641,8 +641,7 @@ describe('Test multiple servers', function () { | |||
641 | const res = await getVideo(server.url, videoUUID) | 641 | const res = await getVideo(server.url, videoUUID) |
642 | const video = res.body | 642 | const video = res.body |
643 | 643 | ||
644 | const test = await testImage(server.url, 'video_short1-preview.webm', video.previewPath) | 644 | await testImage(server.url, 'video_short1-preview.webm', video.previewPath) |
645 | expect(test).to.equal(true) | ||
646 | } | 645 | } |
647 | }) | 646 | }) |
648 | }) | 647 | }) |