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 } })