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 6e1f175 commit edbbb86
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ describe("check your phone controller", () => {
{
mfaIdentifier: 111111,
methodVerified: true,
endPoint: "PHONE",
mfaMethodType: "SMS",
method: {
endPoint: "PHONE",
mfaMethodType: "SMS",
},
priorityIdentifier: "DEFAULT",
},
],
Expand Down

0 comments on commit edbbb86

Please sign in to comment.