Fix test case.

This commit is contained in:
Bastian Kleineidam 2012-11-07 18:07:00 +01:00
parent f9a7f5ef96
commit faa052fa99

View file

@ -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,