Skip to content

Commit

Permalink
Fix: identity test (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs authored Mar 31, 2022
1 parent 8df61bc commit a0b9436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/identity/__tests__/MailClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const generateEmail = (recipient: string, body: string) => ({
from: "IsomerCMS <[email protected]>",
body,
recipient,
reply_to: "[email protected]",
})

describe("Mail Client", () => {
Expand Down

0 comments on commit a0b9436

Please sign in to comment.