This commit is contained in:
Stian Thorgersen 2014-09-09 11:01:11 +02:00
parent a1b6378bef
commit 09860f1ee1

View file

@ -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");