docs: require VedAstro production configuration

This commit is contained in:
732642856
2026-07-18 06:30:23 +08:00
parent bfba47e973
commit fde67d2916
2 changed files with 14 additions and 4 deletions
@@ -37,7 +37,7 @@ def test_vedastro_diagnostics_reports_fast_fallback_mode_without_endpoint() -> N
assert "VEDASTRO_API_ENDPOINT" in report["missing"]
assert "missing_endpoint" in report["readiness_blockers"]
assert "network_disabled" in report["readiness_blockers"]
assert "timeout_too_low" in report["readiness_blockers"]
assert "timeout_too_low" not in report["readiness_blockers"]
assert report["expected_fallback_status"] == "official_snapshot_budget_exhausted_or_endpoint_blocked"
assert "VEDASTRO_API_ENDPOINT" in report["official_closure_plan"]["required_env"]
assert report["official_closure_plan"]["raw_response_acceptance"] == "vedastro_official.raw_response must be present before claiming official cloud closure."