Skip to content

Commit c49f97a

Browse files
committed
remove unneeded test call
1 parent cd3220b commit c49f97a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

st2actions/tests/unit/test_paramiko_ssh.py

-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ def test_socket_closed(self):
811811
'password': 'pass',
812812
'timeout': '600'}
813813
ssh_client = ParamikoSSHClient(**conn_params)
814-
ssh_client.connect()
815814

816815
# Make sure .close() doesn't actually call anything real
817816
ssh_client.client = Mock()

0 commit comments

Comments
 (0)