]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index 900f642c2d75e2058f55673290ca416231a43f8a..99fb24a5b3e5063ed9d2c0d52b4e331fa8fa758e 100644 (file)
@@ -148,7 +148,7 @@ describe('Test config API validators', function () {
         }
       }
     },
-    videoEditor: {
+    videoStudio: {
       enabled: true
     },
     import: {
@@ -165,7 +165,7 @@ describe('Test config API validators', function () {
     trending: {
       videos: {
         algorithms: {
-          enabled: [ 'best', 'hot', 'most-viewed', 'most-liked' ],
+          enabled: [ 'hot', 'most-viewed', 'most-liked' ],
           default: 'most-viewed'
         }
       }