diff --git a/robot/security_secrets.robot b/robot/security_secrets.robot index 9db46e01a..c2fb2009d 100644 --- a/robot/security_secrets.robot +++ b/robot/security_secrets.robot @@ -38,10 +38,10 @@ Main CLI Declares Show Secrets Option Should Contain ${content} show_secrets_callback CLI Error Handlers Use Redaction - [Documentation] Verify error handlers in main.py redact details + [Documentation] Verify error handlers in main.py use structured error classification with redaction ${content}= Get File ${SRC_DIR}/cli/main.py - Should Contain ${content} redact_value(e.message) - Should Contain ${content} redact_dict(e.details) + Should Contain ${content} classify_error + Should Contain ${content} wrap_unexpected Formatting Module Applies Redaction [Documentation] Verify format_output applies dict redaction