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 50f5665 commit e30ad87Copy full SHA for e30ad87
tests/test_pssh_client.py
@@ -68,7 +68,6 @@ def test_pssh_client_exec_command(self):
68
client = ParallelSSHClient(['127.0.0.1'], port=self.listen_port,
69
pkey=self.user_key)
70
cmd = client.exec_command(self.fake_cmd)[0]
71
- client.pool.join()
72
output = client.get_stdout(cmd)
73
expected = {'127.0.0.1' : {'exit_code' : 0}}
74
self.assertEqual(expected, output,
0 commit comments