rename to download_reminder

This commit is contained in:
Felix Rindt
2020-07-24 17:57:25 +02:00
parent 143ac10991
commit 4a0a3aff59
6 changed files with 7 additions and 7 deletions

View File

@@ -546,7 +546,7 @@ class DownloadReminderTests(TestCase):
@classscope(attr='o')
def test_not_sent_for_disabled_sales_channel(self):
self.event.settings.mail_days_download_reminder = 2
self.event.settings.mail_sales_channel_ticket_reminder = []
self.event.settings.mail_sales_channel_download_reminder = []
send_download_reminders(sender=self.event)
assert len(djmail.outbox) == 0