Skip to content

Commit

Permalink
Debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Oct 14, 2024
1 parent 2aef4af commit d1c50bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/testutils/modulereleasemeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ import (

"github.com/kyma-project/lifecycle-manager/api/v1beta2"
"github.com/kyma-project/lifecycle-manager/pkg/util"
"github.com/onsi/ginkgo/v2"
)

func UpdateChannelVersionIfMRMExists(ctx context.Context, clnt client.Client,
moduleName, namespace, channel, version string,
) error {
mrm, err := GetModuleReleaseMeta(ctx, moduleName, namespace, clnt)
ginkgo.GinkgoWriter.Write([]byte(fmt.Sprintf("MODULERELEASEMETA: %v\n", mrm)))
if err != nil {
if util.IsNotFound(err) {
return nil
Expand Down

0 comments on commit d1c50bd

Please sign in to comment.