Skip to content

Commit 9fa37ab

Browse files
committed
Review fixes v5
1 parent 7f76609 commit 9fa37ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/machine/machine_controller_noderef_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func TestReconcileNode(t *testing.T) {
256256
},
257257
{
258258
name: "node found, should not add taints annotation if taints feature gate is disabled",
259-
machine: defaultMachineWithTaints.DeepCopy(), // The test only enables the feature gate if machine has taints.
259+
machine: defaultMachineWithTaints.DeepCopy(),
260260
node: &corev1.Node{
261261
ObjectMeta: metav1.ObjectMeta{
262262
Name: "test-node-1",

0 commit comments

Comments
 (0)