In my Spring Security UserDetailsService, I inject Environment to read credentials from env variables. In an integration test, I would like to mock
UserDetailsService
Environment