Skip to content

Commit c307f82

Browse files
committed
Fix test failure in BackupDaoImplTest
1 parent a50f358 commit c307f82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/schema/src/test/java/org/apache/cloudstack/backup/dao/BackupDaoImplTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public void testNewBackupResponse() {
127127
VMInstanceVO vm = new VMInstanceVO(vmId, 0L, "test-vm", "test-vm", VirtualMachine.Type.User,
128128
0L, Hypervisor.HypervisorType.Simulator, 0L, domainId, accountId, 0L, false);
129129
vm.setDataCenterId(zoneId);
130+
vm.setBackupOfferingId(offeringId);
130131

131132
AccountVO account = new AccountVO();
132133
account.setUuid("account-uuid");

0 commit comments

Comments
 (0)