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 <quasilyte@gmail.com>
pull/5252/head
Iskander (Alex) Sharipov 7 years ago committed by GitHub
parent 1f386a34ea
commit e217566e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save