Skip to content

Commit

Permalink
Verify test cases after totp mfa util change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V committed Dec 4, 2023
1 parent f433b9d commit 8dfb7c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ public void testGetRecoveryCodes_WithDifferentPassword() throws Exception {
mvc.perform(get(RECOVERY_CODE_GET_URL));
});

assertTrue(thrownException.getCause().getMessage().startsWith("Please use the same password which"));
assertTrue(thrownException.getCause().getMessage().startsWith("Please use the same password and mode"));
}
}

0 comments on commit 8dfb7c4

Please sign in to comment.