summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-04-08 10:42:52 -0700
committerelijah <elijah@riseup.net>2016-04-08 10:42:52 -0700
commit8dfb90f0ea7364f43669fe2105c6a031066b468f (patch)
tree2b149a77ed04000d0f03597d7ca92edda0cdbc05 /provider_base
parent82b15a8a071ba099cf52bb00c66caebdbd265273 (diff)
minor: remove _api_tester.json from soledad test.
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/soledad.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/provider_base/services/soledad.rb b/provider_base/services/soledad.rb
index 4391dead..9b220c39 100644
--- a/provider_base/services/soledad.rb
+++ b/provider_base/services/soledad.rb
@@ -1,23 +1,3 @@
unless self.services.include? "couchdb"
LeapCli.log :error, "service `soledad` requires service `couchdb` on the same node (node #{self.name})."
end
-
-#
-# currently, mx tests keep the same test user around,
-# by rely on the soledad test to destroy the email
-# test user's mail storage (so that it does not just
-# keep accumulating test emails).
-#
-# We do it this way because:
-#
-# (1) couchdb bloats if you create and destroy test users,
-# so we keep the test user around.
-#
-# (2) the mx test has access to the bonafide api, but the
-# bonafide api (webapp) does not have access to destroy
-# user storage dbs.
-#
-# If any of these conditions change, then this partial
-# will no longer be required.
-#
-apply_partial('services/_api_tester.json') \ No newline at end of file