mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
* Fix #1674 -- Change spelling of e-mail to email * Conflicts and word list * Add MobilePay to wordlist * fix usage in tests
This commit is contained in:
@@ -144,7 +144,7 @@ def test_sendmail_preview(logged_in_client, sendmail_url, event, order, pos):
|
||||
},
|
||||
follow=True)
|
||||
assert response.status_code == 200
|
||||
assert 'E-mail preview' in response.rendered_content
|
||||
assert 'Email preview' in response.rendered_content
|
||||
|
||||
assert len(djmail.outbox) == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user