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>
This commit is contained in:
parent
aa3251642d
commit
709f7e16d9
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue