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 934b7ab commit 1626a37Copy full SHA for 1626a37
server/src/test/java/org/apache/cloudstack/backup/BackupManagerTest.java
@@ -576,6 +576,7 @@ public void testCreateScheduledBackup() throws ResourceAllocationException {
576
577
CreateBackupCmd cmd = Mockito.mock(CreateBackupCmd.class);
578
when(cmd.getVmId()).thenReturn(vmId);
579
+ when(cmd.getScheduleId()).thenReturn(scheduleId);
580
581
try (MockedStatic<ActionEventUtils> ignored = Mockito.mockStatic(ActionEventUtils.class)) {
582
Mockito.when(ActionEventUtils.onActionEvent(Mockito.anyLong(), Mockito.anyLong(),
0 commit comments