Skip to content

Commit

Permalink
refacter
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed May 23, 2024
1 parent b445cd2 commit bf28bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkg/utils/mco_configmaps.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"k8s.io/klog"
)

func GetConfigMap(opt TestOptions, isHub bool, name string,
func GetConfigMap(clusterConfig Cluster, isHub bool, name string,
namespace string) (error, *corev1.ConfigMap) {
clientKube := getKubeClientForCluster(clusterConfig, isHub)
cm, err := clientKube.CoreV1().ConfigMaps(namespace).Get(context.TODO(), name, metav1.GetOptions{})
Expand Down

0 comments on commit bf28bc3

Please sign in to comment.