a2a-source-edit: write tests/test_agent.py

This commit is contained in:
a2a-cloud
2026-07-13 02:51:39 +00:00
parent 9f65f35381
commit 4260e697e4

View File

@@ -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"