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

0 comments on commit c1fa60e

Please sign in to comment.