typo: Remove debug comment, set default as false

Signed-off-by: Enin Kaduk <eninkadukk@gmail.com>
pull/13076/head
Enin Kaduk 1 year ago
parent 4ad7b06ba7
commit 7bce241625

@ -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)

Loading…
Cancel
Save