Skip to content

Commit ee5c004

Browse files
author
Jeff Peeler
committed
fix(test): fix labelselector pointer
1 parent 79b314d commit ee5c004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/csv_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ func TestCreateSameCSVWithOwnedAPIServiceMultiNamespace(t *testing.T) {
15531553
Namespace: secondNamespaceName,
15541554
},
15551555
Spec: v1alpha2.OperatorGroupSpec{
1556-
Selector: metav1.LabelSelector{
1556+
Selector: &metav1.LabelSelector{
15571557
MatchLabels: matchingLabel,
15581558
},
15591559
},

0 commit comments

Comments
 (0)