Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasanthi Dissanayake committed Oct 27, 2023
1 parent bf4754e commit 428fa5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ public void testGetAuthInitiationData() {
Assert.assertEquals(authenticatorDataObj.getAuthParams().size(), authenticatorParamMetadataList.size(),
"Size of lists should be equal.");
Assert.assertEquals(authenticatorDataObj.getPromptType(),
MagicLinkAuthenticatorConstants.USER_PROMPT, "Prompt Type should match.");
FrameworkConstants.AuthenticatorPromptType.USER_PROMPT, "Prompt Type should match.");
for (int i = 0; i < authenticatorParamMetadataList.size(); i++) {
AuthenticatorParamMetadata expectedParam = authenticatorParamMetadataList.get(i);
AuthenticatorParamMetadata actualParam = authenticatorDataObj.getAuthParams().get(i);
Expand Down

0 comments on commit 428fa5f

Please sign in to comment.