Fix failing test

http://www.heise.de/ now does a redirect to HTTPS instead of denying our
crawl via robots.txt.

Fixes #269.
This commit is contained in:
Marius Gedminas 2019-09-04 14:04:07 +03:00
parent 066f5c664c
commit 0d58a39376

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",
]