Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
penid-connect-new-OAuthPolicy-fields Fixing Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrafiei committed Feb 2, 2017
1 parent 6158fcc commit 7592e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DefaultOAuthPolicyTest {
OAuthPolicy passwordPolicy = new DefaultOAuthPolicy(createStrictMock(InternalDataStore))

def propertyDescriptors = passwordPolicy.getPropertyDescriptors()
assertEquals(propertyDescriptors.size(), 5)
assertEquals(propertyDescriptors.size(), 9)

assertTrue(propertyDescriptors.get("accessTokenTtl") instanceof StringProperty)
assertTrue(propertyDescriptors.get("refreshTokenTtl") instanceof StringProperty)
Expand Down

0 comments on commit 7592e7f

Please sign in to comment.