Remove a redundant setUpClass method that only called super

This commit is contained in:
Calen Pennington
2016-05-18 11:49:16 -04:00
parent 8b3ef8725c
commit 084f139113

View File

@@ -661,10 +661,6 @@ class CcxDetailTest(CcxRestApiTest):
"""
Test for the CCX REST APIs
"""
@classmethod
def setUpClass(cls):
super(CcxDetailTest, cls).setUpClass()
def setUp(self):
"""
Set up tests