X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Ftranscoding%2Fvideo-editor.ts;h=f70bd49e6bfe21d1fada478327f47869861a281c;hb=1808a1f8e4b7b102823492a2007a46929aebf189;hp=a9b6950cc367ed105e415d555e2d1b9cf41fc5f8;hpb=348c2ce3ff3fe2f25a31f08bfb36c88723a0ce46;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/transcoding/video-editor.ts b/server/tests/api/transcoding/video-editor.ts index a9b6950cc..f70bd49e6 100644 --- a/server/tests/api/transcoding/video-editor.ts +++ b/server/tests/api/transcoding/video-editor.ts @@ -56,13 +56,7 @@ describe('Test video editor', function () { await servers[0].config.enableMinimumTranscoding() - await servers[0].config.updateExistingSubConfig({ - newConfig: { - videoEditor: { - enabled: true - } - } - }) + await servers[0].config.enableEditor() }) describe('Cutting', function () {