Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saralk committed Jun 25, 2024
1 parent 4d63ee2 commit 6e1f175
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ describe("check your phone controller", () => {
mfaMethod: {
mfaIdentifier: 111111,
methodVerified: true,
endPoint: "07111111111",
mfaMethodType: "SMS",
method: {
endPoint: "07111111111",
mfaMethodType: "SMS",
},
priorityIdentifier: "DEFAULT",
},
});
Expand Down

0 comments on commit 6e1f175

Please sign in to comment.