Fix tests

This commit is contained in:
Chocobozzz 2023-12-08 09:34:35 +01:00
parent e06e2da187
commit b39214cb13
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -212,11 +212,11 @@ describe('Test misc endpoints', function () {
expect(res.text).to.contain('<video:title>video 2</video:title>')
expect(res.text).to.not.contain('<video:title>video 3</video:title>')
expect(res.text).to.contain('<url><loc>' + server.url + '/c/channel1</loc></url>')
expect(res.text).to.contain('<url><loc>' + server.url + '/c/channel2</loc></url>')
expect(res.text).to.contain('<url><loc>' + server.url + '/c/channel1/videos</loc></url>')
expect(res.text).to.contain('<url><loc>' + server.url + '/c/channel2/videos</loc></url>')
expect(res.text).to.contain('<url><loc>' + server.url + '/a/user1</loc></url>')
expect(res.text).to.contain('<url><loc>' + server.url + '/a/user2</loc></url>')
expect(res.text).to.contain('<url><loc>' + server.url + '/a/user1/video-channels</loc></url>')
expect(res.text).to.contain('<url><loc>' + server.url + '/a/user2/video-channels</loc></url>')
})
it('Should not fail with big title/description videos', async function () {