Skip to content

Commit

Permalink
Merge pull request aerospike#137 from citrusleaf/community
Browse files Browse the repository at this point in the history
Update test to match the modified exception message.
  • Loading branch information
Jeff Boone committed Mar 10, 2016
2 parents 61c33ac + 21d92a3 commit 297ffa8
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 297ffa8

Please sign in to comment.