]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/transcoding/video-editor.ts
Add video edition finished notification
[github/Chocobozzz/PeerTube.git] / server / tests / api / transcoding / video-editor.ts
index a9b6950cc367ed105e415d555e2d1b9cf41fc5f8..f70bd49e6bfe21d1fada478327f47869861a281c 100644 (file)
@@ -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 () {