1
0
mirror of synced 2026-07-30 23:07:03 +00:00

Polish OAuth2ResourceServerConfigurerTests

This commit is contained in:
Johnny Lim
2018-09-08 12:07:57 +09:00
committed by Josh Cummings
parent e5e91204fc
commit 42327a0aec
@@ -1300,11 +1300,7 @@ public class OAuth2ResourceServerConfigurerTests {
.and()
.oauth2ResourceServer()
.jwt();
}
@Bean
JwtDecoder jwtDecoder() {
return mock(JwtDecoder.class);
// @formatter:on
}
}