diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/search/search-index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/search/search-index.ts b/server/tests/api/search/search-index.ts index b18d40b2a..287abe455 100644 --- a/server/tests/api/search/search-index.ts +++ b/server/tests/api/search/search-index.ts | |||
@@ -345,8 +345,8 @@ describe('Test index search', function () { | |||
345 | }) | 345 | }) |
346 | 346 | ||
347 | it('Should make host search and have appropriate results', async function () { | 347 | it('Should make host search and have appropriate results', async function () { |
348 | await check({ search: 'Framasoft', host: 'example.com' }, false) | 348 | await check({ search: 'Framasoft videos', host: 'example.com' }, false) |
349 | await check({ search: 'Framasoft', host: 'framatube.org' }, true) | 349 | await check({ search: 'Framasoft videos', host: 'framatube.org' }, true) |
350 | }) | 350 | }) |
351 | 351 | ||
352 | it('Should make handles search and have appropriate results', async function () { | 352 | it('Should make handles search and have appropriate results', async function () { |