fix: propagate consultation evidence before audit
This commit is contained in:
@@ -2350,6 +2350,9 @@ def test_consultation_workflow_uses_unified_orchestrator_contract(monkeypatch) -
|
||||
assert result['runtime_planner']['planner_name'] == 'UnifiedConsultationRuntimePlanner'
|
||||
assert result['runtime_planner']['entry_mode'] == 'direct_chart'
|
||||
assert result['runtime_planner']['route']['question_type'] == 'career'
|
||||
assert result['vedastro_official']['raw_response']['request_id'] == 'test-live-call'
|
||||
assert result['machine_evidence_packet']['sections']['external_oracle_status']['status'] == 'official_verified'
|
||||
assert result['machine_evidence_packet']['sections']['vedastro_official_raw_response']['status'] == 'used'
|
||||
assert result['runtime_planner']['sync_steps'][0] == 'compute_chart'
|
||||
assert result['runtime_planner']['executed_steps'] == [
|
||||
'compute_chart',
|
||||
|
||||
Reference in New Issue
Block a user