Skip to content

Commit

Permalink
pytest_util: Fix typo: Coennction => Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
phm87 authored Mar 15, 2021
1 parent 44fbe6c commit 247e245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/pytest_komodo/basic/pytest_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 247e245

Please sign in to comment.