From 2164f660ba9d80dd4c54a178962a98297596d444 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 8 Apr 2016 22:16:02 -0700 Subject: tests: include _api_tester partial for couchdb nodes. --- provider_base/services/couchdb.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'provider_base') 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 -- cgit v1.2.3