summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@thoughtworks.com>2014-10-17 15:02:47 +0200
committerBruno Wagner <bwagner@thoughtworks.com>2014-10-17 15:03:56 +0200
commit259ed623793a43d6417215fa0d3ba15a2f54d322 (patch)
tree1e500c0f816510d93e37c3bd55d6ce0e57d00a76
parent70ecb8829f8161ede22fcb38274c6e57a9819b98 (diff)
Readded line removed in rebase
-rw-r--r--service/test/support/integration_helper.py1
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