diff --git a/pkg/lint/lint_test.go b/pkg/lint/lint_test.go index a776aecff..888d3dfe6 100644 --- a/pkg/lint/lint_test.go +++ b/pkg/lint/lint_test.go @@ -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) }