Fix tests

This commit is contained in:
Chocobozzz 2022-08-02 16:15:37 +02:00
parent ebb9e53ada
commit f59462eca4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -638,6 +638,7 @@ describe('Test plugin filter hooks', function () {
before(async function () {
this.timeout(120_000)
await servers[0].config.enableMinimumTranscoding()
const { uuid } = await servers[0].videos.quickUpload({ name: 'studio' })
const video = await servers[0].videos.get({ id: uuid })