Merge branch 'release/4.2.0' into develop

pull/5020/head
Chocobozzz 2022-06-03 15:14:16 +02:00
commit 5d2fd66ab4
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 () {