From 03f7ece809492f8b3c295065a14833b78cbd58d8 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 11 Sep 2014 15:34:14 -0300 Subject: fixing tests --- service/test/adapter/pixelated_mail_sender_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/adapter/pixelated_mail_sender_test.py') diff --git a/service/test/adapter/pixelated_mail_sender_test.py b/service/test/adapter/pixelated_mail_sender_test.py index aadeaeab..4bac327c 100644 --- a/service/test/adapter/pixelated_mail_sender_test.py +++ b/service/test/adapter/pixelated_mail_sender_test.py @@ -33,7 +33,7 @@ class PixelatedMailSenderTest(unittest.TestCase): mail_dict['header']['bcc'] = ['bcc@pixelated.org', 'anotherbcc@pixelated.org'] mail = PixelatedMail.from_dict(mail_dict) - mail.to_smtp_format = lambda _from: "mail as smtp string" + mail.to_smtp_format = lambda : "mail as smtp string" self.mail_sender.sendmail(mail) -- cgit v1.2.3