From: fr33domlover <fr33domlo...@riseup.net>

---
 website/config/test-settings.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/website/config/test-settings.yml b/website/config/test-settings.yml
index b2d43ca..ded169e 100644
--- a/website/config/test-settings.yml
+++ b/website/config/test-settings.yml
@@ -6,8 +6,17 @@ database:
   # something like:
   #
   #   database: "_env:PGDATABASE:Snowdrift_LOWER_test"
+  #
+  # Note that at the time of writing, settings loading in the Snowdrift test
+  # suite ignores the environment (the Yesod scaffolding template does the
+  # same) anyway.
   database: snowdrift_test
 
 # All I want to see is test results, usually.
 detailed-logging: false
 should-log-all: false
+
+# Make sure we don't accidentally use the real key in tests. Note that while an
+# alternative env variable is specified here, if the test suite settings loader
+# ignores the environment, it won't notice the variable.
+stripe-secret-key: "_env:STRIPE_SECRET_TEST_KEY:set_test_key_here"
-- 
1.9.1

_______________________________________________
Dev mailing list
Dev@lists.snowdrift.coop
https://lists.snowdrift.coop/mailman/listinfo/dev

Reply via email to