diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/test/support/integration_helper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/support/integration_helper.py b/service/test/support/integration_helper.py index e71da443..6a8f4338 100644 --- a/service/test/support/integration_helper.py +++ b/service/test/support/integration_helper.py @@ -229,6 +229,7 @@ class SoledadTestBase: self.search_engine.index_mail(mail) return mails + class ResponseMail: def __init__(self, mail_dict): self.mail_dict = mail_dict |