From 8db19c959e437521db195e3cce96cb4386ed51c1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Nov 2021 11:00:51 +0100 Subject: Remove contributors list from /about/peertube Some contributors don't want to be associated to a particular peertube instance --- server/tests/client.ts | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'server/tests/client.ts') diff --git a/server/tests/client.ts b/server/tests/client.ts index 6c32c81db..a91bec906 100644 --- a/server/tests/client.ts +++ b/server/tests/client.ts @@ -482,16 +482,6 @@ describe('Test a client controllers', function () { } } }) - - it('Should add noindex header for some paths', async function () { - const paths = [ '/about/peertube' ] - - for (const path of paths) { - const { headers } = await makeHTMLRequest(servers[0].url, path) - - expect(headers['x-robots-tag']).to.equal('noindex') - } - }) }) describe('Embed HTML', function () { -- cgit v1.2.3