summaryrefslogtreecommitdiff
path: root/service/test/integration/drafts_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/integration/drafts_test.py')
-rw-r--r--service/test/integration/drafts_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/test/integration/drafts_test.py b/service/test/integration/drafts_test.py
index 5d2118df..41fda0df 100644
--- a/service/test/integration/drafts_test.py
+++ b/service/test/integration/drafts_test.py
@@ -18,13 +18,13 @@ import unittest
from test.support.integration_helper import MailBuilder, SoledadTestBase
-class DraftsTest(unittest.TestCase, SoledadTestBase):
+class DraftsTest(SoledadTestBase):
def setUp(self):
- self.setup_soledad()
+ SoledadTestBase.setUp(self)
def tearDown(self):
- self.teardown_soledad()
+ SoledadTestBase.tearDown(self)
def test_post_sends_mail_and_deletes_previous_draft_if_it_exists(self):
# creates one draft