Extract Privacy
module
Centralizes how we redact sensitive information.
This commit is contained in:
parent
0c317c5498
commit
49e0850fb2
4 changed files with 60 additions and 42 deletions
|
@ -27,7 +27,7 @@ describe('Errors', () => {
|
|||
);
|
||||
assert.include(
|
||||
formattedStack,
|
||||
'<REDACTED_PATH>',
|
||||
'[REDACTED]',
|
||||
'Formatted stack has redactions'
|
||||
);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue