diff options
author | Bruno Wagner <bwagner@thoughtworks.com> | 2014-10-17 15:02:47 +0200 |
---|---|---|
committer | Bruno Wagner <bwagner@thoughtworks.com> | 2014-10-17 15:03:56 +0200 |
commit | 259ed623793a43d6417215fa0d3ba15a2f54d322 (patch) | |
tree | 1e500c0f816510d93e37c3bd55d6ce0e57d00a76 /service/test/support | |
parent | 70ecb8829f8161ede22fcb38274c6e57a9819b98 (diff) |
Readded line removed in rebase
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 c3233daa..47bc8f11 100644 --- a/service/test/support/integration_helper.py +++ b/service/test/support/integration_helper.py @@ -117,6 +117,7 @@ class MailBuilder: def with_status(self, flags): for status in Status.from_flags(flags): self.mail['status'].append(status) + return self def with_date(self, date_string): self.mail['header']['date'] = date_string |