From 9f3e083396dfe7168d66197419eaac48ef225633 Mon Sep 17 00:00:00 2001 From: Nicolas KAROLAK <nicolas@karolak.fr> Date: Sat, 27 Apr 2019 08:42:09 +0200 Subject: [PATCH] change current url testing info output --- tests/test_nginx_vhosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nginx_vhosts.py b/tests/test_nginx_vhosts.py index d8828e1b..55bfc531 100755 --- a/tests/test_nginx_vhosts.py +++ b/tests/test_nginx_vhosts.py @@ -92,7 +92,7 @@ def test_vhost( for port, proto in ports_info or [(80, False)]: for domain in domains or ["localhost"]: url = "%s://%s:%s" % (proto, domain, port) - u.info("testing url '%s' from %s" % (url, name)) + u.info("- testing url '%s' from %s" % (url, name)) if name.startswith("mediaserver") and not tested: if not re.search(r"https?://%s" % domain, celerity_conf): u.warning("url '%s' not found in celerity conf" % url) -- GitLab