From 70dc78a88f3d5d5f76f0228e388dd40fc6ef1f65 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Fri, 4 Nov 2022 16:06:58 +0100 Subject: [PATCH] Add a dummy property to the test environment otherwise cprop complains --- env/test/resources/config.edn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/env/test/resources/config.edn b/env/test/resources/config.edn index 0967ef4..ed4ca9b 100644 --- a/env/test/resources/config.edn +++ b/env/test/resources/config.edn @@ -1 +1,3 @@ -{} +{:dummy true} ; just add something to the env so that cprop.core/load-config doesn't + ; complain about an empty env when running in CI. See + ; https://github.com/tolitius/cprop/issues/53