Merge pull request #270 from linkchecker/fix-tests-on-master

Fix failing test
This commit is contained in:
Marius Gedminas 2019-09-05 11:08:11 +03:00 committed by GitHub
commit 9fb1cc98c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,8 +60,8 @@ class TestHttpMisc (HttpServerTest):
resultlines = [
u"url %s" % url,
u"cache key %s" % rurl,
u"real url %s" % rurl,
u"info Access denied by robots.txt, checked only syntax.",
u"real url https://%s/" % host,
u"info Redirected to `https://%s/'." % host,
u"warning URL %s has obfuscated IP address %s" % (url, ip),
u"valid",
]