Remove redundant bean declarations from some of the security samples

Closes gh-6740
This commit is contained in:
Andy Wilkinson
2016-08-24 17:34:29 +01:00
parent d6e9ccecec
commit 46e03529fb
4 changed files with 8 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
@DirtiesContext
public class SampleWebSecureCustomApplicationTests {
public class SampleWebSecureJdbcApplicationTests {
@LocalServerPort
private int port;