Skip to content

Commit

Permalink
[Chore #137592403] Assert the contents of the mail body are sent
Browse files Browse the repository at this point in the history
  • Loading branch information
swanjala committed Feb 8, 2017
1 parent 9ef3fed commit 877a2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hc/accounts/tests/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_it_sends_set_password_link(self):

self.assertEqual(mail.outbox[0].subject,'Set password on healthchecks.io')

#self.assertIn("Hello,\n\nHere's a link to set a password for your account on healthchecks.io", mail.outbox[0].body)
self.assertIn("Hello,\n\nHere's a link to set a password for your account on healthchecks.io:", mail.outbox[0].body)


def test_it_sends_report(self):
Expand Down

0 comments on commit 877a2b1

Please sign in to comment.