From 2652238050640d7984f9464a9487d960133af19f Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 28 Jan 2015 16:09:04 -0300 Subject: for #173, now searching on sender field for contacts auto complete --- service/test/support/integration/model.py | 1 + 1 file changed, 1 insertion(+) (limited to 'service/test/support/integration') diff --git a/service/test/support/integration/model.py b/service/test/support/integration/model.py index ea5dcad0..e90a3ec5 100644 --- a/service/test/support/integration/model.py +++ b/service/test/support/integration/model.py @@ -31,6 +31,7 @@ class MailBuilder: 'body': "Hello,\nThis is the body of this message\n\nRegards,\n\n--\nPixelated.\n", 'status': [] } + InputMail.FROM_EMAIL_ADDRESS = 'Formatted Sender ' def with_body(self, body): self.mail['body'] = body -- cgit v1.2.3