forked from CGM_Public/pretix_original
* 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:
@@ -86,6 +86,5 @@ class BanktransferOrdersTest(BaseOrdersTest):
|
||||
from django.contrib.messages import get_messages
|
||||
messages = list(get_messages(response.wsgi_request))
|
||||
assert len(messages) == 1
|
||||
assert str(messages[0]) == 'Sending the latest invoice via e-mail to test@example.org.'
|
||||
|
||||
assert str(messages[0]) == 'Sending the latest invoice via email to test@example.org.'
|
||||
assert len(djmail.outbox) == 1
|
||||
|
||||
Reference in New Issue
Block a user