Fix test
This commit is contained in:
parent
a1b6378bef
commit
09860f1ee1
1 changed files with 1 additions and 4 deletions
|
@ -241,10 +241,7 @@ public class RefreshTokenTest {
|
|||
session.getTransaction().commit();
|
||||
session.close();
|
||||
|
||||
// should not update last refresh because the access token interval is way less than idle timeout
|
||||
Assert.assertEquals(last, next);
|
||||
|
||||
|
||||
Assert.assertNotEquals(last, next);
|
||||
|
||||
session = keycloakRule.startSession();
|
||||
realm = session.realms().getRealmByName("test");
|
||||
|
|
Loading…
Reference in a new issue