aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r--server/tests/api/check-params/config.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts
index a0d9392dc..7773ae1e7 100644
--- a/server/tests/api/check-params/config.ts
+++ b/server/tests/api/check-params/config.ts
@@ -27,6 +27,9 @@ describe('Test config API validators', function () {
27 css: 'body { background-color: red; }' 27 css: 'body { background-color: red; }'
28 } 28 }
29 }, 29 },
30 theme: {
31 default: 'default'
32 },
30 services: { 33 services: {
31 twitter: { 34 twitter: {
32 username: '@MySuperUsername', 35 username: '@MySuperUsername',