diff options
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/mail/imap/test_imap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/mail/imap/test_imap.py b/tests/integration/mail/imap/test_imap.py index 8d34a49..6f8eec2 100644 --- a/tests/integration/mail/imap/test_imap.py +++ b/tests/integration/mail/imap/test_imap.py @@ -636,7 +636,7 @@ class LEAPIMAP4ServerTestCase(IMAP4HelperMixin): for details. """ # TODO implement the IMAP4ClientExamineTests testcase. - mbox_name = "test_mailbox_e" + mbox_name = "test_mailbox_examine" acc = self.server.theAccount self.examinedArgs = None |