From cb718fef0c84ccdb87da8823599db3128e4cd94f Mon Sep 17 00:00:00 2001 From: "brent.edwards" Date: Thu, 30 Apr 2026 20:41:38 +0000 Subject: [PATCH] fix(tests): fix duplicate step - no exception --- features/steps/tier_hydration_integration_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/tier_hydration_integration_steps.py b/features/steps/tier_hydration_integration_steps.py index 842d6b2ab..e6f0648b6 100644 --- a/features/steps/tier_hydration_integration_steps.py +++ b/features/steps/tier_hydration_integration_steps.py @@ -266,7 +266,7 @@ def step_acms_fallback_used(context: Context) -> None: assert hasattr(context, "strategy_result") or context.strategy_error is None -@then("no exception should propagate") +@then("no exception should propagate from tier failure fallback") def step_no_exception(context: Context) -> None: """Verify no exception propagated.""" error = getattr(context, "strategy_error", None)