diff options
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/couchdb.rb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/provider_base/services/couchdb.rb b/provider_base/services/couchdb.rb index dcf7df59..ba7e5ae5 100644 --- a/provider_base/services/couchdb.rb +++ b/provider_base/services/couchdb.rb @@ -17,4 +17,11 @@ if couchdb_nodes.size > 1 LeapCli::log :error, "Having multiple nodes with {services:couchdb} is no longer supported (nodes #{couchdb_nodes.keys.join(', ')})." elsif self.couch.mode == "multimaster" LeapCli::log :error, "Nodes with {couch.mode:multimaster} are no longer supported (node #{self.name})." -end
\ No newline at end of file +end + +# +# This is needed for the "test" that creates and removes the storage db +# for test_user_email. If that test is removed, then this is no longer +# necessary: +# +apply_partial('_api_tester')
\ No newline at end of file |