Skip to content

Commit

Permalink
[NOISSUE]
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
jj committed Feb 21, 2019
1 parent 2c0b6bb commit d2fbc4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 544 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class AddNewUserFilterTests extends Specification {
securityContext.getAuthentication() >> authentication
authentication.getPrincipal() >> saml2Profile

addNewUserFilter = new AddNewUserFilter(pac4jConfigurationProperties, userRepository, roleRepository, emailService)
addNewUserFilter = new AddNewUserFilter(pac4jConfigurationProperties, userRepository, roleRepository, Optional.of(emailService))
saml2ProfileMapping = pac4jConfigurationProperties.saml2ProfileMapping
}

Expand Down
Loading

0 comments on commit d2fbc4a

Please sign in to comment.