1
0
Fork 0

Fix search index tests

This commit is contained in:
Chocobozzz 2022-06-03 15:13:23 +02:00
parent 62f53731cf
commit ceecd871a4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -345,8 +345,8 @@ describe('Test index search', function () {
})
it('Should make host search and have appropriate results', async function () {
await check({ search: 'Framasoft', host: 'example.com' }, false)
await check({ search: 'Framasoft', host: 'framatube.org' }, true)
await check({ search: 'Framasoft videos', host: 'example.com' }, false)
await check({ search: 'Framasoft videos', host: 'framatube.org' }, true)
})
it('Should make handles search and have appropriate results', async function () {