summaryrefslogtreecommitdiff
path: root/service/test/integration/test_delete_mail.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/integration/test_delete_mail.py')
-rw-r--r--service/test/integration/test_delete_mail.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/service/test/integration/test_delete_mail.py b/service/test/integration/test_delete_mail.py
index 5a3a97fb..91dc0e9e 100644
--- a/service/test/integration/test_delete_mail.py
+++ b/service/test/integration/test_delete_mail.py
@@ -19,12 +19,6 @@ from test.support.integration import *
class DeleteMailTest(SoledadTestBase):
- def setUp(self):
- SoledadTestBase.setUp(self)
-
- def tearDown(self):
- SoledadTestBase.tearDown(self)
-
def test_move_mail_to_trash_when_deleting(self):
input_mail = MailBuilder().with_subject('Mail with tags').build_input_mail()
self.client.add_mail_to_inbox(input_mail)