X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fhelm%2Fhelm_test.go;h=2c08afba011f964e78709df810046beea0536386;hb=aca8f3cfeaa7e6af5245c2f0370ef517254d62f2;hp=9bc1226d0884aa7f6bb2856c7843fa3b5daabadb;hpb=e8b05b6a0f6fa82ddb2a4e9c9a90629b7528a809;p=ric-plt%2Fappmgr.git diff --git a/pkg/helm/helm_test.go b/pkg/helm/helm_test.go index 9bc1226..2c08afb 100755 --- a/pkg/helm/helm_test.go +++ b/pkg/helm/helm_test.go @@ -85,7 +85,6 @@ func TestMain(m *testing.M) { } func TestHelmStatus(t *testing.T) { - //NewHelm().SetCM(&ConfigMap{}) util.KubectlExec = func(args string) (out []byte, err error) { return []byte("10.102.184.212"), nil }