Passive UUID fixes
This commit is contained in:
parent
e7a01f8270
commit
37ad95af27
9 changed files with 80 additions and 40 deletions
|
@ -29,8 +29,8 @@ describe('Privacy', () => {
|
|||
|
||||
const actual = Privacy.redactUuids(text);
|
||||
const expected =
|
||||
'This is a log line with a uuid [REDACTED]b4\n' +
|
||||
'and another one IN ALL UPPERCASE [REDACTED]A3';
|
||||
'This is a log line with a uuid [REDACTED]6b4\n' +
|
||||
'and another one IN ALL UPPERCASE [REDACTED]CA3';
|
||||
assert.equal(actual, expected);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue