From 84ee9f2e397dd3beb692458123d7bf407e5e3e02 Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Wed, 14 Mar 2018 15:45:49 +0100 Subject: [PATCH] fix test case --- test/groovy/com/sap/piper/ConfigurationHelperTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/groovy/com/sap/piper/ConfigurationHelperTest.groovy b/test/groovy/com/sap/piper/ConfigurationHelperTest.groovy index a7b0274f3..caa26e3bf 100644 --- a/test/groovy/com/sap/piper/ConfigurationHelperTest.groovy +++ b/test/groovy/com/sap/piper/ConfigurationHelperTest.groovy @@ -55,7 +55,7 @@ class ConfigurationHelperTest { @Test void testConfigurationLoaderWithCustomSettings() { Map config = new ConfigurationHelper([property1: "27"]) - .mixin([property1: "41"]], ['property2']) + .mixin([property1: "41"]]) .use() // asserts Assert.assertThat(config, hasEntry('property1', false))