Skip to content

Commit

Permalink
Commenting Code
Browse files Browse the repository at this point in the history
  • Loading branch information
whatarthurcodes committed Sep 22, 2014
1 parent 74b925e commit d34a4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ssh_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ def test_ssh(self):
#Testing that bad hostname will raise exception
self.assertRaises(Exception, self.check.check, config['instances'][2])
service_fail = self.check.get_service_checks()
#Check failure status
self.assertEqual(service_fail[0].get('status'), AgentCheck.CRITICAL)

0 comments on commit d34a4e7

Please sign in to comment.