Skip to content

Commit

Permalink
Update test to match the modified exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jboone100 committed Mar 10, 2016
1 parent 4aeb260 commit 21d92a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/old_tests/test_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def callback(input_tuple):
scan_obj.foreach(callback, {'timeout': 1000})
except e.ClientError as exception:
assert exception.code == -1
assert exception.msg == "Callback function contains an error"
assert exception.msg == "Callback function raised an exception"

def test_scan_with_callback_returning_false(self):
"""
Expand Down

0 comments on commit 21d92a3

Please sign in to comment.