Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tchojnacki committed Jan 17, 2025
1 parent 1199430 commit 3ed8ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation/jobberknoll/app/security/redaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Deno.test("redactSensitiveKeysDeep should redact keys from the top level", async
password: 123456,
hashedPassword: "$2a$12$9ANxmspzFpoEN.4hCKnuue.obvvT1s3GRIO.rz04ZJlfsLVMvID/K",
phoneNumber: "123456789",
jwtPrivateKey: "-----BEGIN PRIVATE KEY-----\ntest\n-----END PRIVATE KEY-----"
jwtPrivateKey: "-----BEGIN PRIVATE KEY-----\ntest\n-----END PRIVATE KEY-----",
};

const data = JSON.stringify(await redactSensitiveKeysDeep(object));
Expand Down

0 comments on commit 3ed8ac4

Please sign in to comment.