Skip to content

Commit

Permalink
feat: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Dean-Lewis committed Dec 11, 2024
1 parent 011f946 commit 9dccd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging/log-keys-to-redact.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ describe('logKeysToRedact', () => {
outgoingRequest: {
logKey: valueGenerator.string(),
headersLogKey: valueGenerator.string(),
bodyLogKey: valueGenerator.string(),
},
incomingResponse: {
logKey: valueGenerator.string(),
bodyLogKey: valueGenerator.string(),
accessTokenLogKey: valueGenerator.string(),
},
error: {
logKey: valueGenerator.string(),
Expand Down

0 comments on commit 9dccd90

Please sign in to comment.