Skip to content

Commit

Permalink
Fixing test that expected last 4 chars to show
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelias committed Feb 15, 2022
1 parent 314ed7c commit d6bfe50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ describe('createIntegrationLogger', () => {
}),
).toEqual({
anything: '***',
masked: '****cret',
masked: '****',
unmasked: 'this is clear',
});
});
Expand Down

0 comments on commit d6bfe50

Please sign in to comment.