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