1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Fix print transcode command test

This commit is contained in:
Chocobozzz 2022-08-09 14:46:49 +02:00
parent 7f529402d1
commit 06ac128958
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 6 additions and 3 deletions

View file

@ -27,8 +27,8 @@ describe('Test print transcode jobs', function () {
expect(command).to.includes('-r 25')
expect(command).to.includes('-level:v 3.1')
expect(command).to.includes('-g:v 50')
expect(command).to.includes(`-maxrate `)
expect(command).to.includes(`-bufsize `)
expect(command).to.includes(`-maxrate:v `)
expect(command).to.includes(`-bufsize:v `)
}
})
})