Update test_mail.py to include the bulk parameter for the bogus mailbox
This commit is contained in:
parent
fa363943c0
commit
f2fb5edc23
@ -118,7 +118,7 @@ class BogusMailBox(AbstractContextManager):
|
||||
if username != self.USERNAME or access_token != self.ACCESS_TOKEN:
|
||||
raise MailboxLoginError("BAD", "OK")
|
||||
|
||||
def fetch(self, criteria, mark_seen, charset=""):
|
||||
def fetch(self, criteria, mark_seen, charset="", bulk):
|
||||
msg = self.messages
|
||||
|
||||
criteria = str(criteria).strip("()").split(" ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user