From 3f9bc86c9e1b919d51611953819899ebea3c8387 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Sat, 2 Mar 2013 21:26:24 -0500 Subject: [PATCH] need to pass commit parameter --- cms/djangoapps/contentstore/tests/test_contentstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/tests/test_contentstore.py b/cms/djangoapps/contentstore/tests/test_contentstore.py index b4d2afbef0..8e4a016a0f 100644 --- a/cms/djangoapps/contentstore/tests/test_contentstore.py +++ b/cms/djangoapps/contentstore/tests/test_contentstore.py @@ -171,7 +171,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase): location = CourseDescriptor.id_to_location('edX/full/6.002_Spring_2012') - delete_course(ms, cs, location) + delete_course(ms, cs, location, commit=True) items = ms.get_items(Location(['i4x', 'edX', 'full', 'vertical', None])) self.assertEqual(len(items), 0)