fix(api): suppress batch reconcile postmortems
This commit is contained in:
@@ -43,8 +43,10 @@ async def test_reconcile_stuck_incidents_resolves_strong_evidence(monkeypatch):
|
||||
)
|
||||
assert service.resolve_incident.await_args_list[0].kwargs == {
|
||||
"resolution_type": "auto_repair",
|
||||
"emit_postmortem": False,
|
||||
}
|
||||
assert service.resolve_incident.await_args_list[1].args == ("INC-TIMEOUT",)
|
||||
assert service.resolve_incident.await_args_list[1].kwargs == {
|
||||
"resolution_type": "timeout",
|
||||
"emit_postmortem": False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user