Skip to content

Commit fb4b6fc

Browse files
authored
Fix achieved_percent and hazard_ids in test
Updated expected achieved_percent value and fixed hazard_ids formatting.
1 parent c3618be commit fb4b6fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_scenario_campaign_readiness.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _campaign(
166166
expected_result=VerificationResult.PASS,
167167
tags=tags,
168168
requirement_ids=("REQ-NAV-001",),
169-
hazard_ids=("HZ-NAV-001"),
169+
hazard_ids=("HZ-NAV-001",),
170170
evidence_bundle_ids=("ev-campaign-scenario-001",),
171171
),
172172
),
@@ -275,7 +275,7 @@ def test_scenario_campaign_readiness_feeds_prototype_claim_gate() -> None:
275275
)
276276

277277
assert prototype_report.decision is PrototypeReadinessDecision.BLOCK
278-
assert prototype_report.achieved_percent == 68
278+
assert prototype_report.achieved_percent == 66
279279
assert prototype_report.completed_capability_ids == (
280280
"registry-layer",
281281
"policy-pack-engine",

0 commit comments

Comments
 (0)