mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
* Fix #467 -- Pluggable email placeholders * Previews * Polishing * Fix tests * Add missing doc file
This commit is contained in:
@@ -244,7 +244,7 @@ def test_sendmail_placeholder(logged_in_client, sendmail_url, event, order, pos)
|
||||
follow=True)
|
||||
|
||||
assert response.status_code == 200
|
||||
assert 'ORDER1234' in response.rendered_content
|
||||
assert 'F8VVL' in response.rendered_content
|
||||
|
||||
assert len(djmail.outbox) == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user