BAEL-20663: Remove usage of removed @WebMvcTest#secure property
This commit is contained in:
parent
36703c7d97
commit
ec42707124
|
@ -15,7 +15,7 @@ import org.springframework.test.web.servlet.request.MockMvcRequestBuilders;
|
|||
import com.baeldung.springbootmvc.config.CustomMessageSourceConfiguration;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@WebMvcTest(value = LoginController.class, secure = false)
|
||||
@WebMvcTest(value = LoginController.class)
|
||||
@ContextConfiguration(classes = { SpringBootMvcApplication.class, CustomMessageSourceConfiguration.class })
|
||||
public class LoginControllerUnitTest {
|
||||
|
||||
|
|
Loading…
Reference in New Issue