]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Add import http enabled configuration
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index 58b780f38f9677d4ad79fb228e264bec18c1f173..2742e26ded7944f3fa6774ef8215bb7780a8d77f 100644 (file)
@@ -26,9 +26,18 @@ describe('Test config API validators', function () {
         css: 'body { background-color: red; }'
       }
     },
+    services: {
+      twitter: {
+        username: '@MySuperUsername',
+        whitelisted: true
+      }
+    },
     cache: {
       previews: {
         size: 2
+      },
+      captions: {
+        size: 3
       }
     },
     signup: {
@@ -51,6 +60,13 @@ describe('Test config API validators', function () {
         '720p': false,
         '1080p': false
       }
+    },
+    import: {
+      videos: {
+        http: {
+          enabled: false
+        }
+      }
     }
   }