summaryrefslogtreecommitdiff
path: root/service/test/support/integration_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/support/integration_helper.py')
-rw-r--r--service/test/support/integration_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/support/integration_helper.py b/service/test/support/integration_helper.py
index 1b5b1135..248b7064 100644
--- a/service/test/support/integration_helper.py
+++ b/service/test/support/integration_helper.py
@@ -113,7 +113,7 @@ class MailBuilder:
return self
def with_status(self, status):
- self.mail['status'].append(Status('read'))
+ self.mail['status'].append('read')
return self
def with_ident(self, ident):