This was causing some failures in the unit tests for some reason

This commit is contained in:
JonahStanley
2013-06-18 13:58:58 -04:00
parent 0b51f1bbba
commit 9dc1262719

View File

@@ -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': {