diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-03 15:13:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-03 15:14:12 +0200 |
commit | ceecd871a4be5445fb586f208f288fbe8d6f5a37 (patch) | |
tree | 9aebe2109e94fad446ea78f1f0c2bdb50aefb9b1 | |
parent | 62f53731cf807562ba885b180e71bb75b3902443 (diff) | |
download | PeerTube-ceecd871a4be5445fb586f208f288fbe8d6f5a37.tar.gz PeerTube-ceecd871a4be5445fb586f208f288fbe8d6f5a37.tar.zst PeerTube-ceecd871a4be5445fb586f208f288fbe8d6f5a37.zip |
Fix search index 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 () { |