Fix test side effect.
This commit is contained in:
parent
6c593bab5a
commit
40cc826586
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ public class AccountRestServiceTest extends AbstractTestRealmKeycloakTest {
|
|||
updatePassword("password", "Str0ng3rP4ssw0rd", "confirmationDoesNotMatch", 400);
|
||||
|
||||
updatePassword("password", "Str0ng3rP4ssw0rd", "Str0ng3rP4ssw0rd", 200);
|
||||
|
||||
//Change the password back
|
||||
updatePassword("Str0ng3rP4ssw0rd", "password", 200);
|
||||
}
|
||||
|
||||
private AccountCredentialResource.PasswordDetails getPasswordDetails() throws IOException {
|
||||
|
|
Loading…
Reference in a new issue