Fix search index tests

This commit is contained in:
Chocobozzz 2023-11-28 08:31:47 +01:00
parent a0606360a7
commit 8bb42bda52
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -108,7 +108,7 @@ describe('Test index search', function () {
expect(video.licence.label).to.equal('Attribution - Share Alike')
expect(video.privacy.label).to.equal('Public')
expect(video.duration).to.equal(113)
expect(video.thumbnailUrl.startsWith('https://framatube.org/static/thumbnails')).to.be.true
expect(video.thumbnailUrl.startsWith('https://framatube.org/lazy-static/thumbnails')).to.be.true
expect(video.account.host).to.equal('framatube.org')
expect(video.account.name).to.equal('framasoft')