Remove unnecessary setUp function in testcase

In testcase, setUp will be called automatically. This patch used to
remove setUp functions that do nothing. Besides, it will keep code clean.

Change-Id: I0f501cea1240947df4d121ebcdc37618538a52a0
This commit is contained in:
lingyongxu 2017-06-08 11:24:24 +08:00
parent 9e7e0344b6
commit b1ddfa7ba0
1 changed files with 0 additions and 3 deletions

View File

@ -92,9 +92,6 @@ class TestScheduledOperationLog(test_objects.BaseObjectsTestCase):
class TestScheduledOperationLogList(test_objects.BaseObjectsTestCase):
def setUp(self):
super(TestScheduledOperationLogList, self).setUp()
def test_get_by_filters(self):
log = self._create_operation_log('123')