We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2e354 commit f54ebe1Copy full SHA for f54ebe1
internal/controllers/machineset/machineset_controller_test.go
@@ -1271,7 +1271,7 @@ func TestMachineSetReconciler_syncMachines(t *testing.T) {
1271
))
1272
g.Expect(updatedInPlaceMutatingMachine.Spec.NodeVolumeDetachTimeout).Should(And(
1273
Not(BeNil()),
1274
- HaveValue(Equal(*ms.Spec.Template.Spec.NodeDrainTimeout)),
+ HaveValue(Equal(*ms.Spec.Template.Spec.NodeVolumeDetachTimeout)),
1275
1276
}, timeout).Should(Succeed())
1277
0 commit comments