Skip to content

Commit

Permalink
[Chore #137592403] Fixing a syntax bug(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
swanjala committed Feb 6, 2017
1 parent 494a06a commit 9ef3fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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\n Here' a link to set a password for your account",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 Expand Up @@ -135,7 +135,7 @@ def test_it_shows_badges(self):

### Test it creates and revokes API key
def test_it_revokes_api_key(self):
# Login sample
# Login
self.client.login(username = "alice@example.org", password="password")
form ={'revoke_api_key':''}
r= self.client.post("/accounts/profile/", form)
Expand Down

0 comments on commit 9ef3fed

Please sign in to comment.