Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Jan 18, 2019
1 parent 04905cf commit 31b5eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -7740,4 +7740,4 @@ def test_validate_email_once(self, signer, render, queue, send_mail):
res = self.app.post(url, data=data, follow_redirects=True)

current_app.config['ACCOUNT_CONFIRMATION_DISABLED'] = True
assert b'Use a valid email account' in str(res.data), res.data
assert 'Use a valid email account' in str(res.data), res.data

0 comments on commit 31b5eb3

Please sign in to comment.