зеркало из https://github.com/mozilla/kitsune.git
Fixed test I failed to update on previous commit.
This commit is contained in:
Родитель
b880f864d2
Коммит
ad072d0ff7
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче