diff --git a/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go b/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go index 9395425b35a..c88e05a28b6 100644 --- a/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go +++ b/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go @@ -26,7 +26,6 @@ import ( // Test reconcile function func TestMachineHealthCheckReconciler(t *testing.T) { - transitionTime := metav1.Time{Time: time.Now()} defaultAvailable := utilconditions.ControllerDefaultAvailable(MHCControllerName) defaultProgressing := utilconditions.ControllerDefaultProgressing(MHCControllerName)