Skip to content

Commit 98fe8e5

Browse files
test/e2e: no longer need label
Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent 79b4d41 commit 98fe8e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/subscription_e2e_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -3081,9 +3081,6 @@ var (
30813081
dummyCatalogConfigMap = &corev1.ConfigMap{
30823082
ObjectMeta: metav1.ObjectMeta{
30833083
Name: catalogConfigMapName,
3084-
Labels: map[string]string{
3085-
install.OLMManagedLabelKey: install.OLMManagedLabelValue,
3086-
},
30873084
},
30883085
Data: map[string]string{},
30893086
}

0 commit comments

Comments
 (0)