style(acms): apply ruff format to tdd_context_tier_defaults_1443_steps.py
CI / load-versions (pull_request) Successful in 15s
CI / push-validation (pull_request) Successful in 23s
CI / lint (pull_request) Successful in 41s
CI / typecheck (pull_request) Successful in 1m10s
CI / quality (pull_request) Successful in 53s
CI / security (pull_request) Successful in 1m18s
CI / build (pull_request) Successful in 46s
CI / helm (pull_request) Successful in 49s
CI / unit_tests (pull_request) Successful in 5m6s
CI / docker (pull_request) Successful in 1m34s
CI / coverage (pull_request) Successful in 11m44s
CI / integration_tests (pull_request) Failing after 19m24s
CI / status-check (pull_request) Has been cancelled

ISSUES CLOSED: #1443
This commit is contained in:
2026-05-30 00:27:59 -04:00
committed by drew
parent 9209910193
commit fe32759511
@@ -49,6 +49,7 @@ def step_when_invoke_budget_helper(context: Any) -> None:
# --- Budget capacity assertions (avoid collision with {val:d} param patterns) ---
@then("the budget hot capacity matches 16000")
def step_then_budget_hot_16000(context: Any) -> None:
"""Verify budget.max_tokens_hot is the spec value, not the old wrong one."""
@@ -72,6 +73,7 @@ def step_then_budget_cold_500(context: Any) -> None:
# --- Module constant scenarios ---
@given("the module default constants exist")
def step_given_module_constants_exist(context: Any) -> None:
"""Verify we can import the module-level DEFAULT_MAX_* constants."""
@@ -97,6 +99,7 @@ def step_then_module_constants_correct(context: Any) -> None:
# --- Anti-regression assertion ---
@then("every budget field must NOT be an old wrong default value")
def step_then_budget_not_legacy(context: Any) -> None:
"""Ensure none of the three fields reverted to old wrong defaults."""