]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Add ability to forbid followers
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index c6b460f23566df2b34f8761c014086355ca19e8b..d117f26e61b3faeeb924a68bd2d9076e25aa42dd 100644 (file)
@@ -80,6 +80,18 @@ describe('Test config API validators', function () {
           enabled: false
         }
       }
+    },
+    autoBlacklist: {
+      videos: {
+        ofUsers: {
+          enabled: false
+        }
+      }
+    },
+    followers: {
+      instance: {
+        enabled: false
+      }
     }
   }