From d74bb0647c79748860ad39c4b7b1be59504b47b7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 5 Apr 2022 14:58:59 +0200 Subject: [PATCH] Fix videos history tests --- server/tests/api/videos/videos-history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/videos/videos-history.ts b/server/tests/api/videos/videos-history.ts index b1b3ff10a..89e74a309 100644 --- a/server/tests/api/videos/videos-history.ts +++ b/server/tests/api/videos/videos-history.ts @@ -25,7 +25,7 @@ describe('Test videos history', function () { await setAccessTokensToServers([ server ]) // 10 seconds long - const fixture = 'video_59fps.mp4' + const fixture = 'video_short1.webm' { const { id, uuid } = await server.videos.upload({ attributes: { name: 'video 1', fixture } })