From 8dc9fa886189bb3e7c3070977f5521ca4403d3d6 Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Mon, 21 Oct 2013 12:15:51 -0400 Subject: [PATCH] Test providing a collection in doc_store_config to contentstore. --- cms/envs/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/envs/test.py b/cms/envs/test.py index b391bcbe18..c64e0ef1e8 100644 --- a/cms/envs/test.py +++ b/cms/envs/test.py @@ -91,6 +91,7 @@ CONTENTSTORE = { 'DOC_STORE_CONFIG': { 'host': 'localhost', 'db': 'test_xcontent', + 'collection': 'dont_trip', }, # allow for additional options that can be keyed on a name, e.g. 'trashcan' 'ADDITIONAL_OPTIONS': {