Skip to content

Commit

Permalink
Fix test null error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanbrl committed Feb 12, 2025
1 parent 0eb9f20 commit 9be8a5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class OpenIdConnectUserMapperTest {
@BeforeEach
void setUp() throws Exception {
nonStandardClaimsConfig = new OpenIdConnectCustomClaimsConfigProperties();
properties = new ExtendedOAuth2ClientProperties();
mapper = new OpenIdConnectUserMapper(nonStandardClaimsConfig, properties);
}

Expand Down

0 comments on commit 9be8a5c

Please sign in to comment.