test(awooop): lock controlled apply receipt km snapshot
All checks were successful
CD Pipeline / tests (push) Successful in 1m46s
Code Review / ai-code-review (push) Successful in 22s
CD Pipeline / build-and-deploy (push) Successful in 4m40s
CD Pipeline / post-deploy-checks (push) Successful in 1m43s

This commit is contained in:
Your Name
2026-06-27 22:15:07 +08:00
parent b2458b9330
commit a2733fd431

View File

@@ -1157,6 +1157,10 @@ async def test_controlled_apply_result_receipt_marks_callback_reply_evidence(mon
assert source_extra["callback_reply"]["status"] == "callback_reply_sent"
assert source_extra["source_refs"]["incident_ids"] == ["INC-20260627-64472B"]
km_snapshot = source_extra["km_stale_completion_summary"]
assert (
km_snapshot["source_schema_version"]
== "km_stale_owner_review_completion_telegram_summary_v1"
)
assert km_snapshot["status"] == "no_related_owner_review"
assert km_snapshot["ready_count"] == 10
assert km_snapshot["triage"]["ai_lead_agent"] == "Hermes"