Skip to content

Commit 21471cc

Browse files
author
Pan
committed
fixup! fixup! fixup! Travis tests
1 parent 7e589a1 commit 21471cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pssh_ssh2_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_pssh_client_hosts_list_part_failure(self):
212212
msg="Failed host does not exist in output - output is %s" % (output,))
213213
self.assertTrue('exception' in output[hosts[1]],
214214
msg="Failed host %s has no exception in output - %s" % (hosts[1], output,))
215-
print(output[hosts[1]])
215+
self.assertTrue(output[hosts[1]].exception is not None)
216216
try:
217217
raise output[hosts[1]]['exception']
218218
except ConnectionErrorException:

0 commit comments

Comments
 (0)