diff --git a/tests/checker/test_http_misc.py b/tests/checker/test_http_misc.py index c6b6afdb..19736a92 100644 --- a/tests/checker/test_http_misc.py +++ b/tests/checker/test_http_misc.py @@ -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", ]