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 })
|
||||
@AutoConfigureMockMvc
|
||||
@ActiveProfiles("stub")
|
||||
class ProfileIntegrationStubTest {
|
||||
class ProfileStubIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
private MockMvc mockMvc;
|
Loading…
Reference in New Issue