check helm release is ready or not
Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
@@ -29,12 +29,10 @@ func TestHelmInstall(t *testing.T) {
|
||||
SetAnnotations(map[string]string{constants.CreatorAnnotationKey: "1234"}),
|
||||
SetMock(true))
|
||||
|
||||
res, err := wr.install("dummy-chart", "", "dummy-value", false)
|
||||
err := wr.install("dummy-chart", "", "dummy-value", false)
|
||||
if err != nil {
|
||||
t.Fail()
|
||||
}
|
||||
|
||||
_ = res
|
||||
}
|
||||
|
||||
func TestHelperProcess(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user