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 })
@AutoConfigureMockMvc
@ActiveProfiles("mock")
class ProfileIntegrationMockTest {
class ProfileMockIntegrationTest {
@Autowired
private MockMvc mockMvc;