openshift / cluster-etcd-operator

Operator to manage the lifecycle of the etcd members of an OpenShift cluster
Apache License 2.0
96 stars 130 forks source link

unused variable in TargetConfigController tests #1331

Closed tjungblu closed 1 month ago

tjungblu commented 2 months ago

https://github.com/openshift/cluster-etcd-operator/blame/eada51ba59fb9741588dfbfb10309717863f3d76/pkg/operator/targetconfigcontroller/targetconfigcontroller_test.go#L56

can be removed, turns out to be just a mocking value, which got steam roll refactored in #1309

tjungblu commented 1 month ago

to be resolved with #1346