test(robot): fix failing integration tests related to security_secrets
This commit is contained in:
@@ -38,10 +38,10 @@ Main CLI Declares Show Secrets Option
|
|||||||
Should Contain ${content} show_secrets_callback
|
Should Contain ${content} show_secrets_callback
|
||||||
|
|
||||||
CLI Error Handlers Use Redaction
|
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
|
${content}= Get File ${SRC_DIR}/cli/main.py
|
||||||
Should Contain ${content} redact_value(e.message)
|
Should Contain ${content} classify_error
|
||||||
Should Contain ${content} redact_dict(e.details)
|
Should Contain ${content} wrap_unexpected
|
||||||
|
|
||||||
Formatting Module Applies Redaction
|
Formatting Module Applies Redaction
|
||||||
[Documentation] Verify format_output applies dict redaction
|
[Documentation] Verify format_output applies dict redaction
|
||||||
|
|||||||
Reference in New Issue
Block a user