diff --git a/cmd/helm/list_test.go b/cmd/helm/list_test.go index 3aa072f8b..ff48ec981 100644 --- a/cmd/helm/list_test.go +++ b/cmd/helm/list_test.go @@ -157,7 +157,7 @@ func TestListCmd(t *testing.T) { name: "list releases in full json format", cmd: "list --output json", golden: "output/list-full-json.txt", - rels: releaseFixture, + rels: releaseFixture, }, { name: "list without headers", cmd: "list --no-headers",