Update and rename ProfileIntegrationStubTest.java to ProfileStubIntegrationTest.java
Satisfy test naming convention
This commit is contained in:
parent
f20a18ed9b
commit
7f88b9748e
|
@ -18,7 +18,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("stub")
|
@ActiveProfiles("stub")
|
||||||
class ProfileIntegrationStubTest {
|
class ProfileStubIntegrationTest {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private MockMvc mockMvc;
|
private MockMvc mockMvc;
|
Loading…
Reference in New Issue