gofmt-ed with -s

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
pull/7204/head
Lee Bontecou 6 years ago
parent 2b0cb3d88d
commit 4c2c739e30

@ -91,8 +91,7 @@ func TestTemplateCmd(t *testing.T) {
}, },
{ {
name: "template with show-only multiple", name: "template with show-only multiple",
cmd: fmt.Sprintf("template '%s' --show-only templates/service.yaml "+ cmd: fmt.Sprintf("template '%s' --show-only templates/service.yaml --show-only charts/subcharta/templates/service.yaml", chartPath),
"--show-only charts/subcharta/templates/service.yaml", chartPath),
golden: "output/template-show-only-multiple.txt", golden: "output/template-show-only-multiple.txt",
}, },
} }

Loading…
Cancel
Save