]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix videos history tests
authorChocobozzz <me@florianbigard.com>
Tue, 5 Apr 2022 12:58:59 +0000 (14:58 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 15 Apr 2022 07:49:35 +0000 (09:49 +0200)
server/tests/api/videos/videos-history.ts

index b1b3ff10a565bd18e880b7b86b13b32d1f20b719..89e74a309143ea6182fc37e76c907835c1df540b 100644 (file)
@@ -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 } })