fix mail tests

This commit is contained in:
Stefan 2022-08-17 11:34:21 +02:00 committed by Trenton Holmes
parent 5c49bbfc73
commit 9bb762fc8f

View File

@ -65,6 +65,7 @@ class BogusMailBox(ContextManager):
self.messages_spam: List[MailMessage] = []
self.folder = BogusFolderManager()
self.client = BogusClient()
self._host = ""
def login(self, username, password):
# This will raise a UnicodeEncodeError if the password is not ASCII only