test(robot): fix failing integration tests related to security_secrets

This commit is contained in:
CoreRasurae
2026-02-25 00:30:41 +00:00
parent d6c58344d1
commit 55cee9b711
+3 -3
View File
@@ -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