mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix static ffmpeg version check
This commit is contained in:
@@ -77,14 +77,14 @@ describe('Test regenerate thumbnails script', function () {
|
||||
}
|
||||
})
|
||||
|
||||
it('Should regenerate thumbnails from the CLI', async function () {
|
||||
it('Should regenerate local thumbnails from the CLI', async function () {
|
||||
this.timeout(15000)
|
||||
|
||||
const env = getEnvCli(servers[0])
|
||||
await execCLI(`${env} npm run regenerate-thumbnails`)
|
||||
})
|
||||
|
||||
it('Should have regenerated thumbbnails', async function () {
|
||||
it('Should have regenerated local thumbnails', async function () {
|
||||
{
|
||||
const res1 = await makeRawRequest(join(servers[0].url, video1.thumbnailPath), HttpStatusCode.OK_200)
|
||||
expect(res1.body).to.not.have.lengthOf(0)
|
||||
|
||||
Reference in New Issue
Block a user