aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-04-05 14:58:59 +0200
committerChocobozzz <chocobozzz@cpy.re>2022-04-15 09:49:35 +0200
commitd74bb0647c79748860ad39c4b7b1be59504b47b7 (patch)
treeda2b2a7d8435a0f927fcb3c4d3153447ef5a85e4 /server/tests/api/videos
parentbfbdfc584a4f0cd078fc159b2eb59e872873f592 (diff)
downloadPeerTube-d74bb0647c79748860ad39c4b7b1be59504b47b7.tar.gz
PeerTube-d74bb0647c79748860ad39c4b7b1be59504b47b7.tar.zst
PeerTube-d74bb0647c79748860ad39c4b7b1be59504b47b7.zip
Fix videos history tests
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r--server/tests/api/videos/videos-history.ts2
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 } })