aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/plugins')
-rw-r--r--server/tests/plugins/filter-hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts
index 015459ead..7e98d9be6 100644
--- a/server/tests/plugins/filter-hooks.ts
+++ b/server/tests/plugins/filter-hooks.ts
@@ -680,7 +680,7 @@ describe('Test plugin filter hooks', function () {
680 680
681 describe('Transcoding filters', async function () { 681 describe('Transcoding filters', async function () {
682 682
683 it('Should run filter:transcoding.auto.lower-resolutions-to-transcode.result', async function () { 683 it('Should run filter:transcoding.auto.resolutions-to-transcode.result', async function () {
684 const { uuid } = await servers[0].videos.quickUpload({ name: 'transcode-filter' }) 684 const { uuid } = await servers[0].videos.quickUpload({ name: 'transcode-filter' })
685 685
686 await waitJobs(servers) 686 await waitJobs(servers)