From 3f158be0b30fa16dbc3ee7f60bd593e89bea1fb8 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Mon, 15 Sep 2014 14:41:10 -0300 Subject: Fixing unit tests --- service/test/user_agent_test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/test') diff --git a/service/test/user_agent_test.py b/service/test/user_agent_test.py index 28fb4b69..8661a59a 100644 --- a/service/test/user_agent_test.py +++ b/service/test/user_agent_test.py @@ -26,6 +26,8 @@ class UserAgentTest(unittest.TestCase): def setUp(self): self.app = pixelated.user_agent.app.test_client() self.mail_service = mock() + + pixelated.user_agent.DISABLED_FEATURES = [] pixelated.user_agent.mail_service = self.mail_service def test_create_or_send_draft_should_create_draft_if_mail_has_no_ident(self): -- cgit v1.2.3