Skip to content

Commit 7a73c69

Browse files
committed
test change
Signed-off-by: Varsha B <[email protected]>
1 parent f620de2 commit 7a73c69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controllers/argocd/openshift/openshift_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ func TestReconcileArgoCD_reconcileMultipleClusterRoles(t *testing.T) {
4545
a := makeTestArgoCDForClusterConfig()
4646
testApplicableClusterRole := &rbacv1.ClusterRole{
4747
ObjectMeta: metav1.ObjectMeta{
48-
Name: a.Name + "-" + a.Namespace + "-" + testApplicationController,
49-
Namespace: a.Namespace,
48+
Name: a.Name + "-" + a.Namespace + "-" + testApplicationController,
5049
},
5150
Rules: makeTestPolicyRules(),
5251
}

0 commit comments

Comments
 (0)