From f2975db9b0b4f06f2fb84b9f2627ddc2dac0843d Mon Sep 17 00:00:00 2001 From: Levi Dixon Date: Tue, 25 Oct 2016 14:44:51 -0500 Subject: [PATCH] Change default config spec used --- test/clj_infrastructure/db_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clj_infrastructure/db_test.clj b/test/clj_infrastructure/db_test.clj index 52d6366..d5cec06 100644 --- a/test/clj_infrastructure/db_test.clj +++ b/test/clj_infrastructure/db_test.clj @@ -48,7 +48,7 @@ (def settings {:redshift {:test-table (test-table "transaction_test_777") :test-table-2 (test-table "transaction_test_999") - :spec (secrets :contentshift)} + :spec (secrets :integration_or_unit_test)} :h2 {:test-table "transaction_test_777" :test-table-2 "transaction_test_999"