This commit is contained in:
admju
2024-09-06 07:39:46 +00:00
parent dddd5d1831
commit 052e6f1368
6 changed files with 9 additions and 20 deletions

View File

@@ -22,15 +22,6 @@ func TestHelmRepoAdd(t *testing.T) {
res, err := repo.AddRepository()
fmt.Println("TestHelmRepoAdd.24", res, err)
// bin := filepath.Join(TEST_BIN_DIR, "helm")
// os.Chmod(bin, 0700)
// assert.FileExists(t, bin, "TestHelmVersion error")
// version, err := Version(bin)
// assert.Nilf(t, err, "error message %s", bin)
// assert.Equal(t, version, "v3.15.4+gfa9efb0", "TestHelmVersion error")
}
// helm : not found