From 709f7e16d9d76b3828c12fe16353e5e861eae6aa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:50:56 +0000 Subject: [PATCH] fix: rename test to correctly reflect Values override Defaults precedence Agent-Logs-Url: https://github.com/helmfile/helmfile/sessions/1b251877-7050-404b-8cc7-abd6aa3ec36b Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --- pkg/environment/environment_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/environment/environment_test.go b/pkg/environment/environment_test.go index 0883d28e..360d4fd5 100644 --- a/pkg/environment/environment_test.go +++ b/pkg/environment/environment_test.go @@ -206,7 +206,7 @@ func TestEnvironment_GetMergedValues_Issue2281_SparseArrayMerge(t *testing.T) { assert.Equal(t, "cmdline", elem1["anotherThing"]) } -func TestEnvironment_GetMergedValues_Issue2527_DefaultsOverrideValues(t *testing.T) { +func TestEnvironment_GetMergedValues_Issue2527_ValuesOverrideDefaults(t *testing.T) { env := &Environment{ Name: "test", Defaults: map[string]any{