From f504581a377bf072ec14ac029487fa7671a9e248 Mon Sep 17 00:00:00 2001 From: nnandigam Date: Thu, 3 Aug 2023 18:02:53 -0700 Subject: [PATCH] updated --- .../tests/scripts/agent_firewall-verify_all_firewall_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_e2e/tests/scripts/agent_firewall-verify_all_firewall_rules.py b/tests_e2e/tests/scripts/agent_firewall-verify_all_firewall_rules.py index 5335a44f84..c82f485a3d 100755 --- a/tests_e2e/tests/scripts/agent_firewall-verify_all_firewall_rules.py +++ b/tests_e2e/tests/scripts/agent_firewall-verify_all_firewall_rules.py @@ -233,7 +233,7 @@ def verify_http_to_wireserver_blocked(user: str) -> None: try: client = httpclient.HTTPConnection(get_wireserver_ip(), timeout=1) except Exception as e: - raise Exception("Error -- failed to create HTTP connection with user:{0} \n {1}".format(user, e)) + raise Exception("Error -- failed to create HTTP connection with user: {0} \n {1}".format(user, e)) try: blocked = False