aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/transcoding/video-editor.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/transcoding/video-editor.ts')
-rw-r--r--server/tests/api/transcoding/video-editor.ts8
1 files changed, 1 insertions, 7 deletions
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 () {
56 56
57 await servers[0].config.enableMinimumTranscoding() 57 await servers[0].config.enableMinimumTranscoding()
58 58
59 await servers[0].config.updateExistingSubConfig({ 59 await servers[0].config.enableEditor()
60 newConfig: {
61 videoEditor: {
62 enabled: true
63 }
64 }
65 })
66 }) 60 })
67 61
68 describe('Cutting', function () { 62 describe('Cutting', function () {