Skip to content

Commit ca804d9

Browse files
committed
Remove hashes from operator_test
Signed-off-by: Todd Short <[email protected]>
1 parent e04d844 commit ca804d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/controller/operators/olm/operator_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5053,8 +5053,6 @@ func TestSyncOperatorGroups(t *testing.T) {
50535053
withAnnotations(targetCSV.DeepCopy(), map[string]string{
50545054
operatorsv1.OperatorGroupAnnotationKey: "operator-group-1",
50555055
operatorsv1.OperatorGroupNamespaceAnnotationKey: operatorNamespace,
5056-
"olm.operatorframework.io/nonStatusCopyHash": "9ZxHAHQTkxzAQd7Qkk4Qjz3VAkA8lXwuX9mDX6",
5057-
"olm.operatorframework.io/statusCopyHash": "bedtcmN999WBSJ1RHvM7JfN2NJITrUjJ0g0MoH",
50585056
}),
50595057
labels.Merge(targetCSV.GetLabels(), map[string]string{v1alpha1.CopiedLabelKey: operatorNamespace}),
50605058
),
@@ -5163,8 +5161,6 @@ func TestSyncOperatorGroups(t *testing.T) {
51635161
withAnnotations(targetCSV.DeepCopy(), map[string]string{
51645162
operatorsv1.OperatorGroupAnnotationKey: "operator-group-1",
51655163
operatorsv1.OperatorGroupNamespaceAnnotationKey: operatorNamespace,
5166-
"olm.operatorframework.io/nonStatusCopyHash": "9ZxHAHQTkxzAQd7Qkk4Qjz3VAkA8lXwuX9mDX6",
5167-
"olm.operatorframework.io/statusCopyHash": "bedtcmN999WBSJ1RHvM7JfN2NJITrUjJ0g0MoH",
51685164
}),
51695165
labels.Merge(targetCSV.GetLabels(), map[string]string{v1alpha1.CopiedLabelKey: operatorNamespace}),
51705166
),
@@ -5325,8 +5321,6 @@ func TestSyncOperatorGroups(t *testing.T) {
53255321
withAnnotations(targetCSV.DeepCopy(), map[string]string{
53265322
operatorsv1.OperatorGroupAnnotationKey: "operator-group-1",
53275323
operatorsv1.OperatorGroupNamespaceAnnotationKey: operatorNamespace,
5328-
"olm.operatorframework.io/nonStatusCopyHash": "9ZxHAHQTkxzAQd7Qkk4Qjz3VAkA8lXwuX9mDX6",
5329-
"olm.operatorframework.io/statusCopyHash": "bedtcmN999WBSJ1RHvM7JfN2NJITrUjJ0g0MoH",
53305324
}),
53315325
labels.Merge(targetCSV.GetLabels(), map[string]string{v1alpha1.CopiedLabelKey: operatorNamespace}),
53325326
),

0 commit comments

Comments
 (0)