response to cr

This commit is contained in:
Julia Hansbrough
2013-12-10 18:45:34 +00:00
parent 3b9cd02bea
commit 5b5fa7c202

View File

@@ -55,6 +55,7 @@ class ShoppingCartViewsTests(ModuleStoreTestCase):
self.verified_course_id = 'org/test/Test_Course'
CourseFactory.create(org='org', number='test', run='course1', display_name='Test Course')
self.cart = Order.get_cart_for_user(self.user)
self.addCleanup(patcher.stop)
def login_user(self):
self.client.login(username=self.user.username, password="password")