Signed-off-by: Edward Miller <edmiller287@gmail.com>
pull/12382/head
Edward Miller 5 months ago committed by edbmiller
parent 629780a34a
commit e414695a5b

@ -92,7 +92,7 @@ func TestInvalidYaml(t *testing.T) {
}
func TestInvalidChartYaml(t *testing.T) {
m := All(invalidChartFileDir, values, namespace, strict).Messages
m := RunAll(invalidChartFileDir, values, namespace).Messages
if len(m) != 1 {
t.Fatalf("All didn't fail with expected errors, got %#v", m)
}

Loading…
Cancel
Save