We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571272e commit 55f23f6Copy full SHA for 55f23f6
tests/_service_utils.py
@@ -69,7 +69,7 @@ def wait_for_svc_ready_state(
69
70
def ensure_ssh_session_connected( # noqa: WPS317
71
ssh_session, sshd_addr, ssh_clientkey_path, # noqa: WPS318
72
- ssh_session_retries=0
+ ssh_session_retries=0,
73
):
74
"""Attempt connecting to the SSH server until successful.
75
0 commit comments