summaryrefslogtreecommitdiff
path: root/service/test/integration/test_drafts.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/integration/test_drafts.py')
-rw-r--r--service/test/integration/test_drafts.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/service/test/integration/test_drafts.py b/service/test/integration/test_drafts.py
index d4fde099..c555cb89 100644
--- a/service/test/integration/test_drafts.py
+++ b/service/test/integration/test_drafts.py
@@ -19,12 +19,6 @@ from test.support.integration import *
class DraftsTest(SoledadTestBase):
- def setUp(self):
- SoledadTestBase.setUp(self)
-
- def tearDown(self):
- SoledadTestBase.tearDown(self)
-
def test_post_sends_mail_and_deletes_previous_draft_if_it_exists(self):
# creates one draft
first_draft = MailBuilder().with_subject('First draft').build_json()