Skip to content

Commit

Permalink
Bug: User should be able to comment and reply on article comments
Browse files Browse the repository at this point in the history
- ensure to increase test coverage
[Bug #162752096]
  • Loading branch information
maxwellgithinji committed Dec 20, 2018
1 parent c1a42a6 commit a4f10c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authors/apps/notifications_app/tests/test_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_user_subscription(self):
self.ALL_NOTIFICATIONS,
HTTP_AUTHORIZATION=self.token)
self.assertEqual(response.status_code, status.HTTP_200_OK)
# self.assertEqual('you are not subscribed to notifications',
# self.assertEqual('you are not subscribed to notifications',
# json.loads(response.content)['message'])
response = self.client.post(
self.SUBSCRIPTION,
Expand Down

0 comments on commit a4f10c6

Please sign in to comment.