fix: update integration test for proper JSON encoding - Fix expected JSON output to use Unicode escape sequence for ampersand character - Integration tests now pass

pull/7061/head
s2010 2025-06-14 14:27:29 +03:00
parent 61196c7ff3
commit 43412cb1db
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ log {
"value": "Basic [REDACTED]" "value": "Basic [REDACTED]"
}, },
{ {
"regexp": "token=([^&\\s]+)", "regexp": "token=([^\u0026\\s]+)",
"value": "token=[REDACTED]" "value": "token=[REDACTED]"
} }
] ]