Skip to content

Commit

Permalink
Improve assertion to see whats wrong on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Feb 25, 2021
1 parent 1fab5fa commit ab159c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional_test_ssh_command_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def test_fingerprint_will_be_fetched_first_time(self):
}, {})

os.unlink(known_hosts_file.name)

self.assertEqual('OK', result.output.strip())
self.assertTrue(result.exit_status)

def test_not_passed_host_raises_human_readable_message(self):
Expand Down

0 comments on commit ab159c2

Please sign in to comment.