aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/client.ts')
-rw-r--r--server/tests/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/client.ts b/server/tests/client.ts
index 7572fd34a..d608764ee 100644
--- a/server/tests/client.ts
+++ b/server/tests/client.ts
@@ -308,8 +308,8 @@ describe('Test a client controllers', function () {
308 shortDescription: 'my short description', 308 shortDescription: 'my short description',
309 description: 'my super description', 309 description: 'my super description',
310 terms: 'my super terms', 310 terms: 'my super terms',
311 defaultClientRoute: '/videos/recently-added',
312 defaultNSFWPolicy: 'blur', 311 defaultNSFWPolicy: 'blur',
312 defaultClientRoute: '/videos/recently-added',
313 customizations: { 313 customizations: {
314 javascript: 'alert("coucou")', 314 javascript: 'alert("coucou")',
315 css: 'body { background-color: red; }' 315 css: 'body { background-color: red; }'