From e39cfd1d9136a3378aa9f628c7bbd5d8bf556816 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Oct 2019 09:25:35 +0200 Subject: Fix misc tests --- server/tests/misc-endpoints.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/tests/misc-endpoints.ts') diff --git a/server/tests/misc-endpoints.ts b/server/tests/misc-endpoints.ts index ed406e1bc..ab2dd3a0f 100644 --- a/server/tests/misc-endpoints.ts +++ b/server/tests/misc-endpoints.ts @@ -158,9 +158,9 @@ describe('Test misc endpoints', function () { expect(res.text).to.contain('xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"') expect(res.text).to.contain('http://localhost:9001/about/instance') - expect(res.text).to.contain('') - expect(res.text).to.contain('') - expect(res.text).to.not.contain('') + expect(res.text).to.contain('video 1') + expect(res.text).to.contain('video 2') + expect(res.text).to.not.contain('video 3') expect(res.text).to.contain('http://localhost:9001/video-channels/channel1') expect(res.text).to.contain('http://localhost:9001/video-channels/channel2') -- cgit v1.2.3