From 9dc126271989441a9612f9b506af2652b7290749 Mon Sep 17 00:00:00 2001 From: JonahStanley Date: Tue, 18 Jun 2013 13:58:58 -0400 Subject: [PATCH] This was causing some failures in the unit tests for some reason --- cms/envs/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/envs/test.py b/cms/envs/test.py index 89813dd937..954a553e10 100644 --- a/cms/envs/test.py +++ b/cms/envs/test.py @@ -70,7 +70,7 @@ CONTENTSTORE = { 'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore', 'OPTIONS': { 'host': 'localhost', - 'db': 'test_xcontent', + 'db': 'test_xmodule', }, # allow for additional options that can be keyed on a name, e.g. 'trashcan' 'ADDITIONAL_OPTIONS': {