test(agent): align truth-chain hot lookup helper
Some checks failed
CD Pipeline / workflow-shape (push) Has been cancelled
CD Pipeline / cancel-stale-cd (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-01 08:54:38 +08:00
parent d6e5961296
commit c3d848ecff
2 changed files with 14 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ def test_incident_fingerprints_reads_signal_labels() -> None:
def test_fetch_truth_chain_can_match_inbound_provider_event_id() -> None:
source = inspect.getsource(fetch_truth_chain)
source = inspect.getsource(_fetch_inbound_conversation_event_rows)
assert "provider_event_id = :source_id" in source