Merge "Tests: Remove the redundant method"

This commit is contained in:
Jenkins 2017-07-25 12:29:54 +00:00 committed by Gerrit Code Review
commit b74b8c31df
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ class TestCase(test.BaseTestCase):
cls.alt_client = mistral_client.MistralClientV2(
cls.alt_mgr.auth_provider, cls._service)
def setUp(self):
super(TestCase, self).setUp()
def tearDown(self):
super(TestCase, self).tearDown()