Skip to content

Commit a9ca67c

Browse files
authored
Document bearer literal assertion in redaction integration validation
1 parent e8f941b commit a9ca67c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/redact-secrets/phases/run-phase3-validate-redaction.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Import-Module $scriptArgModule -Force
2222
Set-ScriptLogPreferences -LogLevel $LogLevel
2323

2424
$redactionMarker = '*** REDACTED ***'
25+
# Keep this split so CI log scrubbing does not rewrite the expected literal.
2526
$expectedBearerNamedValueReference = ('Be' + 'arer {{rs-nv-secret}}')
2627

2728
function Assert-PathExists {

0 commit comments

Comments
 (0)