From 247e24571f3eec98c26d5ec639c710721d64ec99 Mon Sep 17 00:00:00 2001 From: phm87 <31578435+phm87@users.noreply.github.com> Date: Mon, 15 Mar 2021 23:45:30 +0100 Subject: [PATCH] pytest_util: Fix typo: Coennction => Connection --- qa/pytest_komodo/basic/pytest_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/pytest_komodo/basic/pytest_util.py b/qa/pytest_komodo/basic/pytest_util.py index 92cd4d1518c..27af5501ef0 100644 --- a/qa/pytest_komodo/basic/pytest_util.py +++ b/qa/pytest_komodo/basic/pytest_util.py @@ -34,7 +34,7 @@ def validate_proxy(env_params_dictionary, proxy, node=0): print(getinfo_output) break except Exception as e: - print("Coennction failed, error: ", e, "\nRetrying") + print("Connection failed, error: ", e, "\nRetrying") attempts += 1 time.sleep(10) if attempts > 15: