1
0
Fork 0

Fix videos history tests

This commit is contained in:
Chocobozzz 2022-04-05 14:58:59 +02:00 committed by Chocobozzz
parent bfbdfc584a
commit d74bb0647c
1 changed files with 1 additions and 1 deletions

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