Skip to content
Snippets Groups Projects
Commit ec3db3ef authored by David Ormsbee's avatar David Ormsbee
Browse files

Make Certificate tests subclass ModuleStoreTestCase to fix missing course

parent af8475ad
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ from shoppingcart.exceptions import PurchasedCallbackException
@override_settings(MODULESTORE=TEST_DATA_MONGO_MODULESTORE)
class OrderTest(TestCase):
class OrderTest(ModuleStoreTestCase):
def setUp(self):
self.user = UserFactory.create()
self.course_id = "org/test/Test_Course"
......@@ -230,7 +230,7 @@ class PaidCourseRegistrationTest(ModuleStoreTestCase):
@override_settings(MODULESTORE=TEST_DATA_MONGO_MODULESTORE)
class CertificateItemTest(TestCase):
class CertificateItemTest(ModuleStoreTestCase):
"""
Tests for verifying specific CertificateItem functionality
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment