]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/filter-hooks.ts
Fix resolution to transcode hook name
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / filter-hooks.ts
index 015459ead183bd0edc9896b522c838cee5d670ed..7e98d9be6519bec02b7c2bb4a4a21df2572d5751 100644 (file)
@@ -680,7 +680,7 @@ describe('Test plugin filter hooks', function () {
 
   describe('Transcoding filters', async function () {
 
-    it('Should run filter:transcoding.auto.lower-resolutions-to-transcode.result', async function () {
+    it('Should run filter:transcoding.auto.resolutions-to-transcode.result', async function () {
       const { uuid } = await servers[0].videos.quickUpload({ name: 'transcode-filter' })
 
       await waitJobs(servers)