diff --git a/features/plan_dod_gating.feature b/features/plan_dod_gating.feature index fe356849b..8a5135b27 100644 --- a/features/plan_dod_gating.feature +++ b/features/plan_dod_gating.feature @@ -65,8 +65,7 @@ Feature: Definition-of-Done Gating in Apply Phase When I apply the plan with DoD gating Then the plan validation summary should contain key "dod_evaluated" with value true And the plan validation summary should contain key "dod_all_passed" with value true - And the plan validation summary should contain key "total" - And the plan validation summary should contain key "required_passed" + And the plan validation summary should contain key "dod" # --- DoD gating integrates with full lifecycle ---