Skip to content

Commit e30ad87

Browse files
author
Dan
committed
Revert unneeded change to test
1 parent 50f5665 commit e30ad87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_pssh_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def test_pssh_client_exec_command(self):
6868
client = ParallelSSHClient(['127.0.0.1'], port=self.listen_port,
6969
pkey=self.user_key)
7070
cmd = client.exec_command(self.fake_cmd)[0]
71-
client.pool.join()
7271
output = client.get_stdout(cmd)
7372
expected = {'127.0.0.1' : {'exit_code' : 0}}
7473
self.assertEqual(expected, output,

0 commit comments

Comments
 (0)