diff --git a/zproject/test_extra_settings.py b/zproject/test_extra_settings.py index 067c9ca026..877541584e 100644 --- a/zproject/test_extra_settings.py +++ b/zproject/test_extra_settings.py @@ -156,6 +156,9 @@ INLINE_URL_EMBED_PREVIEW = False HOME_NOT_LOGGED_IN = "/login/" LOGIN_URL = "/accounts/login/" +# If dev_settings.py found a cert file to use here, ignore it. +APNS_CERT_FILE: Optional[str] = None + # By default will not send emails when login occurs. # Explicitly set this to True within tests that must have this on. SEND_LOGIN_EMAILS = False