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.
2 parents 6a2e354 + f54ebe1 commit 85bcc6aCopy full SHA for 85bcc6a
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