]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
feature/ability to disable video history by default (#5728)
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index 93a3f3eb9c3a18418e1b64f3050cc575bc830acc..f49a4b86814e4b10c0b70cc24af86b81bbf80c12 100644 (file)
@@ -90,6 +90,11 @@ describe('Test config API validators', function () {
       enabled: false
     },
     user: {
+      history: {
+        videos: {
+          enabled: true
+        }
+      },
       videoQuota: 5242881,
       videoQuotaDaily: 318742
     },