aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/tests/plugins/filter-hooks.ts1
1 files changed, 1 insertions, 0 deletions
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 () {
638 before(async function () { 638 before(async function () {
639 this.timeout(120_000) 639 this.timeout(120_000)
640 640
641 await servers[0].config.enableMinimumTranscoding()
641 const { uuid } = await servers[0].videos.quickUpload({ name: 'studio' }) 642 const { uuid } = await servers[0].videos.quickUpload({ name: 'studio' })
642 643
643 const video = await servers[0].videos.get({ id: uuid }) 644 const video = await servers[0].videos.get({ id: uuid })