mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Update pkg/chart/common/util/coalesce_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Rishabh Pandey <32699563+allexistence@users.noreply.github.com>
This commit is contained in:
parent
b91c4f9d28
commit
0378e74fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -723,7 +723,7 @@ func TestCoalesceValuesWarnings(t *testing.T) {
|
|||
t.Logf("vals: %v", vals)
|
||||
assert.Contains(t, warnings, "warning: skipped value for level1.level2.level3.boat: Not a map/object.")
|
||||
assert.Contains(t, warnings, "warning: destination for level1.level2.level3.spear.tip is a map/object. Ignoring non-map value (true)")
|
||||
assert.Contains(t, warnings, "warning: cannot overwrite map/object with non-map value for level1.level2.level3.spear.sail (map[cotton:true])")
|
||||
assert.Contains(t, warnings, "warning: destination for level1.level2.level3.spear.sail is a non-map value (true). Ignoring map/object value (map[cotton:true])")
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue