Fix format issue

Signed-off-by: Gong Yongjie <yong-jie.gong@microfocus.com>
pull/11060/head
Gong Yongjie 3 years ago
parent f180eadacc
commit f3ddcf017a

@ -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",

Loading…
Cancel
Save