aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/client.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-06 10:05:06 +0200
committerChocobozzz <me@florianbigard.com>2018-08-06 11:19:16 +0200
commit60979b076de00a7c7f6dde26617cd39357d9fc6d (patch)
treeb652fc74c9dafdf9eee210eb79db76e236aa8c83 /server/tests/client.ts
parentb2977eecb8eb5d599df0c6a7ab99a437a6a969c7 (diff)
downloadPeerTube-60979b076de00a7c7f6dde26617cd39357d9fc6d.tar.gz
PeerTube-60979b076de00a7c7f6dde26617cd39357d9fc6d.tar.zst
PeerTube-60979b076de00a7c7f6dde26617cd39357d9fc6d.zip
Fix tests
Diffstat (limited to 'server/tests/client.ts')
-rw-r--r--server/tests/client.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/tests/client.ts b/server/tests/client.ts
index 48f2ee4fc..b33a653b1 100644
--- a/server/tests/client.ts
+++ b/server/tests/client.ts
@@ -123,6 +123,12 @@ describe('Test a client controllers', function () {
123 it('Should update the customized configuration and have the correct index html tags', async function () { 123 it('Should update the customized configuration and have the correct index html tags', async function () {
124 await updateCustomSubConfig(server.url, server.accessToken, { 124 await updateCustomSubConfig(server.url, server.accessToken, {
125 instance: { 125 instance: {
126 name: 'PeerTube updated',
127 shortDescription: 'my short description',
128 description: 'my super description',
129 terms: 'my super terms',
130 defaultClientRoute: '/videos/recently-added',
131 defaultNSFWPolicy: 'blur',
126 customizations: { 132 customizations: {
127 javascript: 'alert("coucou")', 133 javascript: 'alert("coucou")',
128 css: 'body { background-color: red; }' 134 css: 'body { background-color: red; }'