diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-05 14:58:59 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-04-15 09:49:35 +0200 |
commit | d74bb0647c79748860ad39c4b7b1be59504b47b7 (patch) | |
tree | da2b2a7d8435a0f927fcb3c4d3153447ef5a85e4 /server/tests | |
parent | bfbdfc584a4f0cd078fc159b2eb59e872873f592 (diff) | |
download | PeerTube-d74bb0647c79748860ad39c4b7b1be59504b47b7.tar.gz PeerTube-d74bb0647c79748860ad39c4b7b1be59504b47b7.tar.zst PeerTube-d74bb0647c79748860ad39c4b7b1be59504b47b7.zip |
Fix videos history tests
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/videos/videos-history.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
25 | await setAccessTokensToServers([ server ]) | 25 | await setAccessTokensToServers([ server ]) |
26 | 26 | ||
27 | // 10 seconds long | 27 | // 10 seconds long |
28 | const fixture = 'video_59fps.mp4' | 28 | const fixture = 'video_short1.webm' |
29 | 29 | ||
30 | { | 30 | { |
31 | const { id, uuid } = await server.videos.upload({ attributes: { name: 'video 1', fixture } }) | 31 | const { id, uuid } = await server.videos.upload({ attributes: { name: 'video 1', fixture } }) |