Skip to content

Commit

Permalink
a tiny test enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
pw@slinktopp committed Sep 10, 2009
1 parent 55c3f22 commit 400095e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions purplevoter/tests/functional/test_people.py
Expand Up @@ -129,3 +129,4 @@ def test_address_ambiguous(self):
assert response.status == '400 Bad Request'
expected_addresses = sorted([str(a[0]) for a in expected_results])
self.assertEqual(response.json['error_data'], expected_addresses)
self.assertEqual(response.json['error'], 'Ambiguous address')

0 comments on commit 400095e

Please sign in to comment.