From f59462eca4c39c40a72e48e8bfa9a53fd96d72a2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 Aug 2022 16:15:37 +0200 Subject: Fix tests --- server/tests/plugins/filter-hooks.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/tests') diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index 33feadab6..5ed24a58e 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts @@ -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 }) -- cgit v1.2.3