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.
1 parent 1626a37 commit 0043207Copy full SHA for 0043207
server/src/test/java/org/apache/cloudstack/backup/BackupManagerTest.java
@@ -626,6 +626,7 @@ public void testCreateBackupLimitReached() throws ResourceAllocationException {
626
627
CreateBackupCmd cmd = Mockito.mock(CreateBackupCmd.class);
628
when(cmd.getVmId()).thenReturn(vmId);
629
+ when(cmd.getScheduleId()).thenReturn(scheduleId);
630
631
backupManager.createBackup(cmd);
632
0 commit comments