mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 01:24:42 +00:00
Merge pull request #270 from linkchecker/fix-tests-on-master
Fix failing test
This commit is contained in:
commit
9fb1cc98c7
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