Update and rename ProfileIntegrationMockTest.java to ProfileMockIntegrationTest.java

Satisfy naming convention
This commit is contained in:
Maiklins 2023-11-17 21:24:57 +01:00 committed by GitHub
parent 7f88b9748e
commit 92ef912fcf

View File

@ -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;