]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Add /accounts/:username/ratings endpoint (#1756)
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index 0b333e2f45a96b2a8c5bc8199072371f6186f835..01ab845846999e5c737d007bf9f62451f91ecf0e 100644 (file)
@@ -87,6 +87,12 @@ describe('Test config API validators', function () {
           enabled: false
         }
       }
+    },
+    followers: {
+      instance: {
+        enabled: false,
+        manualApproval: true
+      }
     }
   }