From e217566e53e68ad5902913a3e31c742229bb627b Mon Sep 17 00:00:00 2001 From: "Iskander (Alex) Sharipov" Date: Sat, 2 Feb 2019 14:58:23 +0300 Subject: [PATCH] fix(chartutil): remove duplicated assignment Key `imported-chart1.SC1extra1` assigned to the same value of `11` twice. Removed the second assignment. Signed-off-by: Iskander Sharipov --- pkg/chartutil/requirements_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/chartutil/requirements_test.go b/pkg/chartutil/requirements_test.go index e433f92ea..86c0bd06a 100644 --- a/pkg/chartutil/requirements_test.go +++ b/pkg/chartutil/requirements_test.go @@ -228,7 +228,6 @@ func TestProcessRequirementsImportValues(t *testing.T) { e["imported-chart1.SC1string"] = "dollywood" e["imported-chart1.SC1extra1"] = "11" e["imported-chart1.SPextra1"] = "helm rocks" - e["imported-chart1.SC1extra1"] = "11" e["imported-chartA.SCAbool"] = "false" e["imported-chartA.SCAfloat"] = "3.1"