From 906115c0d348a01ad36008d03aa30d8fd74e6517 Mon Sep 17 00:00:00 2001 From: zwwhdls Date: Sun, 8 Dec 2019 12:15:50 +0800 Subject: [PATCH] fix testcase Signed-off-by: zwwhdls --- cmd/helm/pull_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/helm/pull_test.go b/cmd/helm/pull_test.go index 248195774..29abdc666 100644 --- a/cmd/helm/pull_test.go +++ b/cmd/helm/pull_test.go @@ -93,6 +93,8 @@ func TestPullCmd(t *testing.T) { expectFile: "./signtest", expectDir: true, expectVerify: true, + failExpect: "Failed to untar signtest", + wantError: true, }, { name: "Chart fetch using repo URL",