Merge pull request #8929 from bacongobbler/fix-8416

fix(test): display error message
pull/8942/head
Matthew Fisher 4 years ago committed by GitHub
commit 11077a4991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ func TestUpdateCustomCacheCmd(t *testing.T) {
t.Fatal(err)
}
if _, err := os.Stat(filepath.Join(cachePath, "charts-index.yaml")); err != nil {
t.Fatalf("error finding created index file in custom cache: %#v", err)
t.Fatalf("error finding created index file in custom cache: %v", err)
}
}

Loading…
Cancel
Save