Skip to content

Commit

Permalink
Merge branch 'maint-1.1' into maint-1.2
Browse files Browse the repository at this point in the history
* maint-1.1:
  WebSearch: fix async getter tests

Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Oct 8, 2015
2 parents dde5aee + 40872bf commit e8a500c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_async_download(self):
## - test 1 bad IP: 1.2.3.4
## Return the list of errors.
checks = [
{'url': 'http://invenio-software.org', 'content': 'About Invenio'},
{'url': 'http://invenio-software.org', 'content': 'Invenio'},
{'url': 'http://rjfreijoiregjreoijgoirg.fr'},
{'url': 'http://1.2.3.4/'}]

Expand Down

0 comments on commit e8a500c

Please sign in to comment.