diff options
Diffstat (limited to 'server')
-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 } }) |