Skip to content

Commit f5e7577

Browse files
author
Daan Hoogland
committed
merge forwards fix
1 parent c298f8f commit f5e7577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/apache/cloudstack/backup/BackupManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ public void testDeleteBackupVmNotFound() throws ResourceAllocationException {
15851585
}
15861586

15871587
@Test(expected = CloudRuntimeException.class)
1588-
public void testDeleteBackupBlockedByPendingJobs() {
1588+
public void testDeleteBackupBlockedByPendingJobs() throws ResourceAllocationException {
15891589
Long backupId = 1L;
15901590
Long vmId = 2L;
15911591

0 commit comments

Comments
 (0)