Skip to content

Commit 89a2df5

Browse files
committed
Merge branch 'maint-1.2' into legacy
* maint-1.2: WebSearch: fix async getter tests Signed-off-by: Tibor Simko <[email protected]>
2 parents 88a5bcb + e8a500c commit 89a2df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/websearch/lib/websearch_external_collections_getter_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_async_download(self):
5151
## - test 1 bad IP: 1.2.3.4
5252
## Return the list of errors.
5353
checks = [
54-
{'url': 'http://invenio-software.org', 'content': 'About Invenio'},
54+
{'url': 'http://invenio-software.org', 'content': 'Invenio'},
5555
{'url': 'http://rjfreijoiregjreoijgoirg.fr'},
5656
{'url': 'http://1.2.3.4/'}]
5757

0 commit comments

Comments
 (0)