Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Sep 4, 2024
1 parent af05af6 commit ed31c48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/pkg/utils/mco_managedcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package utils
import (
"context"
"errors"
"github.com/cloudflare/cfssl/log"
goversion "github.com/hashicorp/go-version"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"os"
Expand Down Expand Up @@ -66,7 +65,6 @@ func ListManagedClusters(opt TestOptions) ([]string, error) {
}

if len(clusterNames) == 0 {
log.Info("Coleen no clusters", "clusterNames", clusterNames)
return clusterNames, errors.New("no managedcluster found")
}

Expand Down

0 comments on commit ed31c48

Please sign in to comment.