Bael 5374 (#4298)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-5374] - Fix test names * [BAEL-5374] - Fix test names * [BAEL-5374] - Fix test names
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
c2590b9d7e
commit
73935e65f2
@@ -18,7 +18,7 @@ import org.springframework.web.context.WebApplicationContext;
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.MOCK, classes = Application.class)
|
||||
@AutoConfigureMockMvc
|
||||
public class ShutdownApplicationTest {
|
||||
public class ShutdownApplicationIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
private MockMvc mockMvc;
|
||||
Reference in New Issue
Block a user