fix(tests): align market radar readback snapshot
This commit is contained in:
@@ -19,7 +19,7 @@ def test_ai_agent_market_radar_readback_committed_snapshot_is_safe():
|
||||
assert payload["summary"]["source_failures"] == 0
|
||||
assert payload["summary"]["replacement_decisions_approved"] == 0
|
||||
assert "gitea_main_deploy_marker" not in payload["source_scope"]
|
||||
assert payload["source_scope"]["gitea_main_evidence_basis_commit"] == "61cf5024"
|
||||
assert payload["source_scope"]["gitea_main_evidence_basis_commit"] == "8f402983e"
|
||||
|
||||
policy = payload["policy"]
|
||||
assert policy["read_only"] is True
|
||||
@@ -49,7 +49,7 @@ def test_ai_agent_market_radar_readback_contains_market_practice_plan():
|
||||
for row in payload["market_practice_alignment"]
|
||||
}
|
||||
assert practices["多 Agent handoff / specialist delegation"] == "partially_modeled"
|
||||
assert practices["Durable execution / persistence / human-in-the-loop"] == (
|
||||
assert practices["Durable execution / persistence / controlled review loop"] == (
|
||||
"needed_for_incident_loop"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user