fix(telegram): pin durable provider destination proof
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 3m15s
CD Pipeline / build-and-deploy (push) Successful in 15m54s
CD Pipeline / post-deploy-checks (push) Successful in 2m17s

This commit is contained in:
Your Name
2026-07-18 16:17:15 +08:00
parent c528189ecf
commit 77bd6687dc
7 changed files with 927 additions and 68 deletions

View File

@@ -64,6 +64,12 @@ def test_accepted_without_inbox_trigger_is_delivery_unknown_not_authorized() ->
"verifier": "",
"route_id": "agent99:host_recovery:Recover",
}
assert envelope["learning_writeback"]["required_receipts"] == [
"incident_closure_receipt_id",
"telegram_lifecycle_receipt_id",
"km_writeback_ack_id",
"playbook_trust_writeback_ack_id",
]
@pytest.mark.asyncio