summaryrefslogtreecommitdiff
path: root/service/test/integration/tags_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/integration/tags_test.py')
-rw-r--r--service/test/integration/tags_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/test/integration/tags_test.py b/service/test/integration/tags_test.py
index bd22e4b5..bb3bdbdb 100644
--- a/service/test/integration/tags_test.py
+++ b/service/test/integration/tags_test.py
@@ -19,13 +19,13 @@ import unittest
from test.support.integration_helper import MailBuilder, SoledadTestBase
-class TagsTest(unittest.TestCase, SoledadTestBase):
+class TagsTest(SoledadTestBase):
def setUp(self):
- self.setup_soledad()
+ SoledadTestBase.setUp(self)
def tearDown(self):
- self.teardown_soledad()
+ SoledadTestBase.tearDown(self)
def _tags_json(self, tags):
return json.dumps({'newtags': tags})