summaryrefslogtreecommitdiff
path: root/service/test/support/integration/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/support/integration/model.py')
-rw-r--r--service/test/support/integration/model.py1
1 files changed, 1 insertions, 0 deletions
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 <sender@from.com>'
def with_body(self, body):
self.mail['body'] = body