Actions
Bug #38894
closedPassword is not hidden in logs
Difficulty:
Triaged:
No
Pull request:
Team Backlog:
Description
Starting Ruby 3.1, #inspect on hashes with symbol variables shows `mysym: myval` instead of `:mysym => myval`. This broke some tests as well as Regex we use to replace the value with asterisk.
Actions