From faa052fa99bc8deeb0f515bb8f8962807ae30505 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 7 Nov 2012 18:07:00 +0100 Subject: [PATCH] Fix test case. --- tests/checker/test_https_redirect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checker/test_https_redirect.py b/tests/checker/test_https_redirect.py index 2da8dd0a..599bbae8 100644 --- a/tests/checker/test_https_redirect.py +++ b/tests/checker/test_https_redirect.py @@ -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,