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 })
|
||||
@AutoConfigureMockMvc
|
||||
@ActiveProfiles("mock")
|
||||
class ProfileIntegrationMockTest {
|
||||
class ProfileMockIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
private MockMvc mockMvc;
|
Loading…
x
Reference in New Issue
Block a user