diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-02 16:15:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-02 16:15:37 +0200 |
commit | f59462eca4c39c40a72e48e8bfa9a53fd96d72a2 (patch) | |
tree | 9d5aaf1dd18000a8b0c7b7998b81ac5ecbab85b2 | |
parent | ebb9e53ada156249ed8e8cfd1de74097d3eb49d7 (diff) | |
download | PeerTube-f59462eca4c39c40a72e48e8bfa9a53fd96d72a2.tar.gz PeerTube-f59462eca4c39c40a72e48e8bfa9a53fd96d72a2.tar.zst PeerTube-f59462eca4c39c40a72e48e8bfa9a53fd96d72a2.zip |
Fix tests
-rw-r--r-- | server/tests/plugins/filter-hooks.ts | 1 |
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 }) |