X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fclient.ts;h=b33a653b13e2079f0bc6ef3980085fcb8fd347a5;hb=993cef4b6e000ee425087e5195dfe40cd0840243;hp=48f2ee4fcefc4b57a4acaf08985f94e49dcf16c0;hpb=590fb5069038e69898123bb795f789683216d837;p=github%2FChocobozzz%2FPeerTube.git 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 () { it('Should update the customized configuration and have the correct index html tags', async function () { await updateCustomSubConfig(server.url, server.accessToken, { instance: { + name: 'PeerTube updated', + shortDescription: 'my short description', + description: 'my super description', + terms: 'my super terms', + defaultClientRoute: '/videos/recently-added', + defaultNSFWPolicy: 'blur', customizations: { javascript: 'alert("coucou")', css: 'body { background-color: red; }'