diff --git a/lms/djangoapps/ccx/api/v0/tests/test_views.py b/lms/djangoapps/ccx/api/v0/tests/test_views.py index 843085397e..6414894d34 100644 --- a/lms/djangoapps/ccx/api/v0/tests/test_views.py +++ b/lms/djangoapps/ccx/api/v0/tests/test_views.py @@ -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