Skip to content

Commit afa3354

Browse files
UPSTREA: <carry>: Fix boxcutter finalizer ResourceNames in preflight test
1 parent 14a49c8 commit afa3354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openshift/tests-extension/test/olmv1-preflight.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func createDeficientClusterRole(scenario preflightAuthTestScenario, name, ceName
187187
APIGroups: []string{"olm.operatorframework.io"},
188188
Resources: []string{"clusterobjectsets/finalizers"},
189189
Verbs: []string{"update"},
190-
ResourceNames: []string{ceName},
190+
ResourceNames: []string{fmt.Sprintf("%s-1", ceName)},
191191
},
192192
}
193193
} else {

0 commit comments

Comments
 (0)