style(acms): apply ruff format to tdd_context_tier_defaults_1443_steps.py
CI / lint (pull_request) Successful in 41s
CI / push-validation (pull_request) Successful in 34s
CI / helm (pull_request) Successful in 59s
CI / build (pull_request) Successful in 1m4s
CI / typecheck (pull_request) Successful in 1m10s
CI / quality (pull_request) Successful in 1m14s
CI / security (pull_request) Successful in 1m29s
CI / unit_tests (pull_request) Successful in 5m21s
CI / docker (pull_request) Successful in 1m35s
CI / integration_tests (pull_request) Successful in 9m28s
CI / coverage (pull_request) Successful in 23m26s
CI / status-check (pull_request) Successful in 5s

ISSUES CLOSED: #1443
This commit is contained in:
2026-05-30 00:27:59 -04:00
committed by Forgejo
parent 42480fcad6
commit cce37e7898
@@ -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."""