merge forwards fix

This commit is contained in:
Daan Hoogland 2026-04-15 09:58:21 +02:00
parent c298f8f360
commit f5e75771bc
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ public class BackupManagerTest {
}
@Test(expected = CloudRuntimeException.class)
public void testDeleteBackupBlockedByPendingJobs() {
public void testDeleteBackupBlockedByPendingJobs() throws ResourceAllocationException {
Long backupId = 1L;
Long vmId = 2L;