diff --git a/tests/test_pystmark.py b/tests/test_pystmark.py index 91e2d75..396c4a7 100644 --- a/tests/test_pystmark.py +++ b/tests/test_pystmark.py @@ -363,7 +363,8 @@ def test_load_message_native(self): cc='dog,cat', bcc='foo,bar', subject='dogs', track_opens=True, headers=[dict(Name='Food', Value='7')], attachments=[], sender='admin', tag='tag', - template_id='template_id', template_alias='template_alias', template_model='template_model') + template_id='template_id', template_alias='template_alias', + template_model='template_model') self.assertEqual(sorted(msg), sorted(Message._fields)) self.assertNotRaises(TypeError, Message.load_message, msg) self.assertNotRaises(MessageError, Message.load_message, msg,