From 723a9eba9a531f979946d99e26f9e5c563bf3d0b Mon Sep 17 00:00:00 2001 From: William Brooks Date: Fri, 21 Feb 2020 01:53:13 -0600 Subject: [PATCH] really, really, really fix driver_mock --- builder/hyperv/common/driver_mock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/hyperv/common/driver_mock.go b/builder/hyperv/common/driver_mock.go index 4ca8d7ed0..e585f3513 100644 --- a/builder/hyperv/common/driver_mock.go +++ b/builder/hyperv/common/driver_mock.go @@ -574,7 +574,7 @@ func (d *DriverMock) MountDvdDrive(vmName string, path string, controllerNumber } func (d *DriverMock) SetBootDvdDrive(vmName string, controllerNumber uint, controllerLocation uint, - generation uint, legacyGen1BootOrder bool) error { + generation uint) error { d.SetBootDvdDrive_Called = true d.SetBootDvdDrive_VmName = vmName d.SetBootDvdDrive_ControllerNumber = controllerNumber