X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Fconfig.ts;h=d117f26e61b3faeeb924a68bd2d9076e25aa42dd;hb=5b9c965d5aa747f29b081289f930ee215fdc23c8;hp=c6b460f23566df2b34f8761c014086355ca19e8b;hpb=f8802489bbc2c0363b5668e47de7c35f573342e1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index c6b460f23..d117f26e6 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts @@ -80,6 +80,18 @@ describe('Test config API validators', function () { enabled: false } } + }, + autoBlacklist: { + videos: { + ofUsers: { + enabled: false + } + } + }, + followers: { + instance: { + enabled: false + } } }