From f194246873f69a6955b7f8c0e2f1ce273952ee06 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 02:52:38 +0000 Subject: [PATCH] a2a-source-edit: write tests/test_agent.py --- tests/test_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_agent.py b/tests/test_agent.py index cb199e9..f644d22 100644 --- a/tests/test_agent.py +++ b/tests/test_agent.py @@ -176,5 +176,5 @@ async def test_end_to_end_deterministic_crashing_image_scenario(ctx, workspace): assert verification["recovered"] is False # no user-visible check supplied postmortem = await agent.generate_postmortem(ctx, "checkout-001") - assert postmortem.incident_id == "checkout-001" + assert postmortem["incident_id"] == "checkout-001" assert workspace.exists("outputs/incidents/checkout-001/postmortem.json")