diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-20 12:48:00 +0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-20 12:48:00 +0200 |
commit | 337663b578f1fcf0681e3d12ea91197d5e8a719c (patch) | |
tree | 4d3bfae4d35a50361f337a5aeb4acadcc10648ca /service/test/support | |
parent | 495bc391e140cc2bb462c81fa90410a0fe8f6a4c (diff) |
fixing pep8 warnings
Diffstat (limited to 'service/test/support')
-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 |