diff options
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index a66e51a6a..ca8239270 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -18,6 +18,7 @@ describe('Test config API validators', function () { | |||
18 | name: 'PeerTube updated', | 18 | name: 'PeerTube updated', |
19 | description: 'my super description', | 19 | description: 'my super description', |
20 | terms: 'my super terms', | 20 | terms: 'my super terms', |
21 | defaultClientRoute: '/videos/recently-added', | ||
21 | customizations: { | 22 | customizations: { |
22 | javascript: 'alert("coucou")', | 23 | javascript: 'alert("coucou")', |
23 | css: 'body { background-color: red; }' | 24 | css: 'body { background-color: red; }' |