Skip to content

Commit

Permalink
Merge pull request #406 from phm87/patch-25
Browse files Browse the repository at this point in the history
pytest_util: Fix typo: Coennction => Connection
  • Loading branch information
ca333 authored May 6, 2021
2 parents 9829b8b + 247e245 commit 9df2abc
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 9df2abc

Please sign in to comment.