mirror of https://github.com/Chocobozzz/PeerTube
Fix videos history tests
parent
bfbdfc584a
commit
d74bb0647c
|
@ -25,7 +25,7 @@ describe('Test videos history', function () {
|
||||||
await setAccessTokensToServers([ server ])
|
await setAccessTokensToServers([ server ])
|
||||||
|
|
||||||
// 10 seconds long
|
// 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 } })
|
const { id, uuid } = await server.videos.upload({ attributes: { name: 'video 1', fixture } })
|
||||||
|
|
Loading…
Reference in New Issue