Skip to content

Commit

Permalink
unuse ActuatorWebSecurityConfig for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Sep 24, 2019
1 parent e15b695 commit 092edad
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -36,6 +36,7 @@
@Order(SecurityProperties.BASIC_AUTH_ORDER - 2)
@Configuration
@EnableWebSecurity
@Profile("!test")
public class ActuatorWebSecurityConfig extends WebSecurityConfigurerAdapter {

@Autowired
Expand Down

0 comments on commit 092edad

Please sign in to comment.