From 4260e697e445b0e8b40b89ad3c0e19b44e9d0d7e Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 02:51:39 +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 c1c3beb..f91be64 100644 --- a/tests/test_agent.py +++ b/tests/test_agent.py @@ -101,7 +101,7 @@ async def test_plan_never_executes_and_execution_dry_run_default(ctx, workspace) ctx, incident_id="inc-002", plan_path="outputs/incidents/inc-002/remediation-plan.json", - approved_step_ids=[plan.steps[0].id], + approved_step_ids=[plan["steps"][0]["id"]], approval_acknowledgement=APPROVAL_ACK, ) assert result.status == "dry_run"