summaryrefslogtreecommitdiff
path: root/service/test/support/integration/soledad_test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/support/integration/soledad_test_base.py')
-rw-r--r--service/test/support/integration/soledad_test_base.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/service/test/support/integration/soledad_test_base.py b/service/test/support/integration/soledad_test_base.py
index 60b88768..2c8bb023 100644
--- a/service/test/support/integration/soledad_test_base.py
+++ b/service/test/support/integration/soledad_test_base.py
@@ -42,10 +42,6 @@ class SoledadTestBase(unittest.TestCase):
})
return [ResponseMail(m) for m in res['mails']]
- def post_mail(self, data):
- res, req = self.client.post('/mails', data)
- return ResponseMail(res)
-
def get_attachment(self, ident, encoding):
res, req = self.client.get("/attachment/%s" % ident, {'encoding': [encoding]}, as_json=False)
return res