diff --git a/pkg/action/lint_test.go b/pkg/action/lint_test.go index 81224bb78..4ab611137 100644 --- a/pkg/action/lint_test.go +++ b/pkg/action/lint_test.go @@ -17,7 +17,6 @@ limitations under the License. package action import ( - //"fmt" "testing" ) @@ -78,7 +77,7 @@ func TestLintChart(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - _, err := lintChart(tt.chartPath, map[string]interface{}{}, namespace, nil, true) + _, err := lintChart(tt.chartPath, map[string]interface{}{}, namespace, nil, false) switch { case err != nil && !tt.err: t.Errorf("%s", err)