Fixed test I failed to update on previous commit.

This commit is contained in:
Ricky Rosario 2010-11-05 11:28:49 -04:00
Родитель b880f864d2
Коммит ad072d0ff7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -959,7 +959,7 @@ class HelpfulVoteTests(TestCaseBase):
response = self.client.post(url, data={'helpful': 'Yes'},
HTTP_X_REQUESTED_WITH='XMLHttpRequest')
eq_(200, response.status_code)
eq_('{"message": "Glad to hear it & thanks for the feedback!"}',
eq_('{"message": "Glad to hear it — thanks for the feedback!"}',
response.content)
votes = HelpfulVote.objects.filter(document=d, creator=None)
votes = votes.exclude(anonymous_id=None)