Update and rename ProfileIntegrationMockTest.java to ProfileMockIntegrationTest.java
Satisfy naming convention
This commit is contained in:
parent
7f88b9748e
commit
92ef912fcf
@ -20,7 +20,7 @@ import com.baeldung.overridebean.boot.Application;
|
|||||||
@SpringBootTest(classes = { Application.class, ProfileConfig.class, Endpoint.class, ProfileTestConfig.class })
|
@SpringBootTest(classes = { Application.class, ProfileConfig.class, Endpoint.class, ProfileTestConfig.class })
|
||||||
@AutoConfigureMockMvc
|
@AutoConfigureMockMvc
|
||||||
@ActiveProfiles("mock")
|
@ActiveProfiles("mock")
|
||||||
class ProfileIntegrationMockTest {
|
class ProfileMockIntegrationTest {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private MockMvc mockMvc;
|
private MockMvc mockMvc;
|
Loading…
x
Reference in New Issue
Block a user