Skip to content

Commit

Permalink
fix unit test for the ErrorMap class
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony committed Jul 12, 2019
1 parent 929f19c commit 66393ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/service/test_error_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setUp(self):
def test_call(self):
"""Check that method will raise CommandExecutionException"""
with self.assertRaisesRegex(CommandExecutionException, self.error_msg):
self.error()
self.error(output="test output")

def test_match_return_true(self):
"""Check that method will return True if output matches pattern"""
Expand Down

0 comments on commit 66393ec

Please sign in to comment.