Skip to content

Commit 83c6585

Browse files
committed
Remove extra stubbings
1 parent 9431b9d commit 83c6585

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/apache/cloudstack/vm/UnmanagedVMsManagerImplTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ private void baseTestImportVmFromVmwareToKvm(VcenterParameter vcenterParameter,
731731
when(dataStore.getTO()).thenReturn(dataStoreTO);
732732

733733
StoragePoolVO destPool = mock(StoragePoolVO.class);
734-
when(destPool.getUuid()).thenReturn(UUID.randomUUID().toString());
735734
when(destPool.getDataCenterId()).thenReturn(zoneId);
736735
when(destPool.getClusterId()).thenReturn(null);
737736
when(destPool.getPoolType()).thenReturn(Storage.StoragePoolType.NetworkFilesystem);

0 commit comments

Comments
 (0)