diff --git a/django_mailbox/tests/test_integration_imap.py b/django_mailbox/tests/test_integration_imap.py index 1b17654..e36927c 100644 --- a/django_mailbox/tests/test_integration_imap.py +++ b/django_mailbox/tests/test_integration_imap.py @@ -27,6 +27,7 @@ class TestImap(EmailMessageTestCase): self.test_password, self.test_smtp_server, self.test_from_email, + None ] if not all(required_settings): raise SkipTest(