From d4d0e86b25dc9c478c04d30cb6a86824332c2c7f Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 15 Oct 2014 15:55:53 +0200 Subject: #107 Statuses are only used when delivering mails to the front-end, flags are used elsewhere --- service/test/support/integration_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/support/integration_helper.py') 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): -- cgit v1.2.3