Update error message

Co-authored-by: Andrew Block <andy.block@gmail.com>
Signed-off-by: Edward Miller <55854159+edbmiller@users.noreply.github.com>
pull/12382/head
Edward Miller 7 months ago committed by edbmiller
parent 14a468f24d
commit 9d43f70643

@ -96,7 +96,7 @@ func TestInvalidChartYaml(t *testing.T) {
if len(m) != 1 {
t.Fatalf("All didn't fail with expected errors, got %#v", m)
}
if !strings.Contains(m[0].Err.Error(), "failed to strictly parse chartfile") {
if !strings.Contains(m[0].Err.Error(), "failed to strictly parse chart metadata file") {
t.Errorf("All didn't have the error for duplicate YAML keys")
}
}

Loading…
Cancel
Save