fix(tests): fix duplicate step - no exception
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user