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