X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fapi%2Fcheck-params%2Fconfig.ts;h=c8dbbf797c4a4125cdb91c496d30aec4efd05167;hb=92e66e04f7f51d37b465cff442ce47f6d6d7cadd;hp=ce067a8924a808eeeebe400fd33ba3ef6084b4f1;hpb=ab4b8974997777373a6032073f9c1aaf33ba9931;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index ce067a892..c8dbbf797 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts @@ -125,6 +125,9 @@ describe('Test config API validators', function () { enabled: true, allowReplay: false, + latencySetting: { + enabled: false + }, maxDuration: 30, maxInstanceLives: -1, maxUserLives: 50, @@ -145,7 +148,7 @@ describe('Test config API validators', function () { } } }, - videoEditor: { + videoStudio: { enabled: true }, import: {