Commit 084f1391 by Calen Pennington

Remove a redundant setUpClass method that only called super

parent 8b3ef872
...@@ -661,10 +661,6 @@ class CcxDetailTest(CcxRestApiTest): ...@@ -661,10 +661,6 @@ class CcxDetailTest(CcxRestApiTest):
""" """
Test for the CCX REST APIs Test for the CCX REST APIs
""" """
@classmethod
def setUpClass(cls):
super(CcxDetailTest, cls).setUpClass()
def setUp(self): def setUp(self):
""" """
Set up tests Set up tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment