From 31f4058edaf3d5774eec44b6921bb0896d2664e8 Mon Sep 17 00:00:00 2001 From: safwank97 Date: Thu, 5 Oct 2023 04:54:01 -0400 Subject: [PATCH] Resolving linting issues --- .../machinehealthcheck/machinehealthcheck_controller_test.go | 1 - 1 file changed, 1 deletion(-) 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)