mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Update translations
This commit is contained in:
@@ -90,6 +90,7 @@ def test_send_mail_with_user_locale(env):
|
||||
assert djmail.outbox[0].subject == 'Benutzer'
|
||||
assert 'The language code used for rendering this e-mail is de.' in djmail.outbox[0].body
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_sendmail_placeholder(env):
|
||||
djmail.outbox = []
|
||||
@@ -98,4 +99,4 @@ def test_sendmail_placeholder(env):
|
||||
|
||||
assert len(djmail.outbox) == 1
|
||||
assert djmail.outbox[0].to == [user.email]
|
||||
assert djmail.outbox[0].subject == 'Dummy Test subject'
|
||||
assert djmail.outbox[0].subject == 'Dummy Test subject'
|
||||
|
||||
Reference in New Issue
Block a user