Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kegl committed Nov 12, 2019
1 parent 851c066 commit 910ccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramp-frontend/ramp_frontend/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def test_sign_up_with_approval(client_session):
assert 'We sent a confirmation email.'in flash_message['message']
# check that the email has been sent
assert len(outbox) == 1
assert ('click on the following link to confirm your email'
assert ('Click on the following link to confirm your email'
in outbox[0].body)
# get the link to reset the password
reg_exp = re.search(
Expand Down

0 comments on commit 910ccf0

Please sign in to comment.