diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py b/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py index 70e4d1a5d3..e04ef9c363 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py @@ -66,8 +66,7 @@ class TestMixedModuleStore(object): @classmethod def teardownClass(cls): - cls.connection = pymongo.connection.Connection(HOST, PORT) - cls.connection.drop_database(DB) + cls.destroy_db(cls.connection) @staticmethod def initdb():