mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Polish OAuth2ResourceServerConfigurerTests
This commit is contained in:
parent
e5e91204fc
commit
42327a0aec
@ -1300,11 +1300,7 @@ public class OAuth2ResourceServerConfigurerTests {
|
||||
.and()
|
||||
.oauth2ResourceServer()
|
||||
.jwt();
|
||||
}
|
||||
|
||||
@Bean
|
||||
JwtDecoder jwtDecoder() {
|
||||
return mock(JwtDecoder.class);
|
||||
// @formatter:on
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user