Skip to content

Commit ad8249b

Browse files
committed
minor fix
1 parent 87aa9e8 commit ad8249b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/plugins/connection/aws_ssm/test_prepare_terminal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_disable_echo_command(m_to_text, m_to_bytes, connection_aws_ssm, stdout_
104104
session=connection_aws_ssm._session,
105105
stdout=connection_aws_ssm._stdout,
106106
poller=connection_aws_ssm.poll,
107-
verbosity_display=lambda lvl, msg: None, # replace with print(msg) to debug
107+
verbosity_display=lambda lvl, msg: None,
108108
)
109109

110110
if timeout_failure:
@@ -133,7 +133,7 @@ def test_disable_prompt_command(m_to_text, m_to_bytes, m_random, connection_aws_
133133
session=connection_aws_ssm._session,
134134
stdout=connection_aws_ssm._stdout,
135135
poller=connection_aws_ssm.poll,
136-
verbosity_display=lambda lvl, msg: None, # replace with print(msg) to debug
136+
verbosity_display=lambda lvl, msg: None,
137137
)
138138

139139
m_random.choice = MagicMock()

0 commit comments

Comments
 (0)