aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-03 15:14:16 +0200
committerChocobozzz <me@florianbigard.com>2022-06-03 15:14:16 +0200
commit5d2fd66ab4a75281dab6363ba9131adee7be3a2b (patch)
tree17b2614dddb8f5d9f5853d4808478d39b94d81be /server
parente771ff815dba3b4a95633f4e1e10dacd222dfe61 (diff)
parentceecd871a4be5445fb586f208f288fbe8d6f5a37 (diff)
downloadPeerTube-5d2fd66ab4a75281dab6363ba9131adee7be3a2b.tar.gz
PeerTube-5d2fd66ab4a75281dab6363ba9131adee7be3a2b.tar.zst
PeerTube-5d2fd66ab4a75281dab6363ba9131adee7be3a2b.zip
Merge branch 'release/4.2.0' into develop
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/search/search-index.ts4
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 () {