@@ -3992,7 +3992,7 @@ public void createVirtualMachineWithSnapshotFromExpungedLocalStorageVolumeSuccee
39923992 when (_dcMock .getNetworkType ()).thenReturn (DataCenter .NetworkType .Basic );
39933993 Mockito .doReturn (userVmVoMock ).when (userVmManagerImpl ).createBasicSecurityGroupVirtualMachine (any (), any (), any (), any (), any (), any (), any (),
39943994 any (), any (), any (), any (), any (), any (), any (), any (), any (), any (), any (), any (), nullable (Boolean .class ), any (), any (), any (),
3995- any (), any (), any (), any (), eq (true ), any (), any (), any ());
3995+ any (), any (), any (), any (), eq (true ), any (), any (), any (), any () );
39963996
39973997 // Must NOT throw "Deployment of virtual machine is supported only for Zone-wide storage pools"
39983998 userVmManagerImpl .createVirtualMachine (deployVMCmd );
@@ -4022,7 +4022,7 @@ public void createVirtualMachineWithSnapshotFromVolumeWithNullDataStoreSucceeds(
40224022 when (_dcMock .getNetworkType ()).thenReturn (DataCenter .NetworkType .Basic );
40234023 Mockito .doReturn (userVmVoMock ).when (userVmManagerImpl ).createBasicSecurityGroupVirtualMachine (any (), any (), any (), any (), any (), any (), any (),
40244024 any (), any (), any (), any (), any (), any (), any (), any (), any (), any (), any (), any (), nullable (Boolean .class ), any (), any (), any (),
4025- any (), any (), any (), any (), eq (true ), any (), any (), any ());
4025+ any (), any (), any (), any (), eq (true ), any (), any (), any (), any () );
40264026
40274027 // Must NOT throw "Deployment of virtual machine is supported only for Zone-wide storage pools"
40284028 userVmManagerImpl .createVirtualMachine (deployVMCmd );
0 commit comments