Revision 71e7c190
Added by Serghei Mihai over 8 years ago
tests/test_emailing.py | ||
---|---|---|
122 | 122 |
assert unsubscription_link in mail.outbox[0].text |
123 | 123 |
mail.outbox = [] |
124 | 124 |
# make sure the uri schema is not in the page |
125 |
resp = app.get(unsubscription_path)
|
|
125 |
resp = app.get(unsubscription_link)
|
|
126 | 126 |
assert scheme not in resp.content |
Also available in: Unified diff
tests: fix unsubscription test (#12543)