From f3ddcf017a3545d9273f50f756f4de8d54a3c68b Mon Sep 17 00:00:00 2001 From: Gong Yongjie Date: Sat, 27 Aug 2022 16:14:03 +0800 Subject: [PATCH] Fix format issue Signed-off-by: Gong Yongjie --- cmd/helm/list_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",