Commit 9f4d61f
committed
test(backup): drop unnecessary host.getId() stub in live-child delete test
The deleteWithLiveChildMarksDeletePendingAndPreservesFile test asserts no
agent traffic (verified via agentManager.send is never called) because the
live-child branch only writes a DELETE_PENDING tombstone in backup_details.
host.getId() is therefore never invoked, so stubbing it triggered an
UnnecessaryStubbingException under MockitoJUnitRunner's strict mode.
Fixes the test error introduced in b7b74c4 and unblocks CI for #13074.1 parent b7b74c4 commit 9f4d61f
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
| 472 | + | |
472 | 473 | | |
473 | 474 | | |
474 | 475 | | |
| |||
0 commit comments