mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 02:10:24 +00:00
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:
parent
066f5c664c
commit
0d58a39376
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue