Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
  • Loading branch information
macartur committed May 17, 2016
1 parent a8c3327 commit 95e492e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_resend_email_verification_sending_email(self, verify_email_mock):

self.assertEquals(302, response.status_code)

msg = 'An email was sent to you. Verify your message box.'
msg = 'An email was sent to you. Verify your inbox or spam.'
response = self.client.get("/account/resend-email-verification/")
self.assertEquals(200, response.status_code)
self.assertIn(msg, response.content)
Expand Down

0 comments on commit 95e492e

Please sign in to comment.