This commit is contained in:
@@ -95,7 +95,7 @@ Zeitpunkt der Datenlöschung: {purge_at}
|
||||
|
||||
class EmailsTestCase(EmailTestMixin, EventMixin, RegistrationMixin, TestCase):
|
||||
def setUp(self):
|
||||
super(EmailsTestCase, self).setUp()
|
||||
super().setUp()
|
||||
|
||||
app_config = apps.get_app_config('dav_events')
|
||||
app_config.settings.enable_email_on_status_update = False
|
||||
|
||||
Reference in New Issue
Block a user