Merge "Also call the superclass's tearDown() method when overriding it"

This commit is contained in:
Zuul 2020-01-12 09:45:00 +00:00 committed by Gerrit Code Review
commit fd736d5a15
1 changed files with 1 additions and 0 deletions

View File

@ -1759,6 +1759,7 @@ class TestNsxSearch(nsxlib_testcase.NsxClientTestCase):
def tearDown(self):
self.mock.stop()
super(TestNsxSearch, self).tearDown()
@staticmethod
def get_nsxlib_version():