docs(admission): resolve approval audit tenant and redaction inputs

Assistant: codex
Assistant-Model: gpt-5.6-luna
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
tegwick 2026-09-08 17:01:42 +02:00
parent 24ec18fe3f
commit b46b0f2666
4 changed files with 49 additions and 1 deletions

View file

@ -42,6 +42,7 @@ def test_audit_sender_adapts_envelope_and_rereads_token(tmp_path):
assert body["id"] == body["correlation_id"] or body["correlation_id"]
assert body["type"] == "approval.issuance"
assert body["source"] == "approval-engine"
assert body["tenant"] == "tenant:platform"
engine.close()