Remove redundant bean declarations from some of the security samples
Closes gh-6740
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user