mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 00:10:24 +00:00
Fix test case.
This commit is contained in:
parent
f9a7f5ef96
commit
faa052fa99
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class TestHttpsRedirect (HttpServerTest):
|
|||
u"cache key %s" % nurl,
|
||||
u"real url %s" % url,
|
||||
u"info Redirected to `%s'." % rurl.replace('http:', 'https:'),
|
||||
u"warning Redirection to URL `%s' with different scheme found; the original URL was `%s'." % (nurl, rurl),
|
||||
u"warning Redirection to URL `%s' with different scheme found; the original URL was `%s'." % (rurl.replace('http:', 'https:'), nurl),
|
||||
u"valid",
|
||||
u"url %s" % rurl,
|
||||
u"cache key %s" % rurl,
|
||||
|
|
|
|||
Loading…
Reference in a new issue