summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-04-08 22:16:02 -0700
committerelijah <elijah@riseup.net>2016-04-08 22:16:02 -0700
commit2164f660ba9d80dd4c54a178962a98297596d444 (patch)
tree7f5e034052fa9f32d54718503092d08d594fb82c /provider_base
parente4f786e229c101cb60626ce23e671c5258466724 (diff)
tests: include _api_tester partial for couchdb nodes.
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/couchdb.rb9
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