Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-livefront committed Jan 16, 2025
1 parent bd2d9fa commit 97b4c6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe("DesktopLoginApprovalComponentService", () => {
const loginApprovalComponent = { email } as LoginApprovalComponent;
i18nService.t.mockImplementation((key: string) => {
switch (key) {
case "logInRequested":
case "accountAccessRequested":
return title;
case "accountAccessRequestedConfirmAccessAttempt":
return message;
Expand Down

0 comments on commit 97b4c6e

Please sign in to comment.