X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Fconfig.ts;h=443fbcb60b190c42351cb30e2e3316a16095d4d0;hb=5c7d650827cc471a03e7fa18362bcbcbe5d30838;hp=3c558d4eaf586bbefcafe845dfefe853c1b7c18d;hpb=dee6fe1e4f5c024fd387e8c2b306c174b24aa8b3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 3c558d4ea..443fbcb60 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts @@ -85,6 +85,7 @@ describe('Test config API validators', function () { allowAudioFiles: true, threads: 1, resolutions: { + '0p': false, '240p': false, '360p': true, '480p': true,