diff --git a/tests/test_agent.py b/tests/test_agent.py index 96adcd3..f0635d9 100644 --- a/tests/test_agent.py +++ b/tests/test_agent.py @@ -170,7 +170,7 @@ async def test_end_to_end_deterministic_crashing_image_scenario(ctx, workspace): assert dry["status"] == "dry_run" executed = await agent.execute_remediation(ctx, "checkout-001", "outputs/incidents/checkout-001/remediation-plan.json", [plan["steps"][0]["id"]], APPROVAL_ACK, dry_run=False) - assert executed.status == "executed" + assert executed["status"] == "executed" verification = await agent.verify_recovery(ctx, "checkout-001", observation_seconds=0) assert verification.recovered is False # no user-visible check supplied