Update and rename ProfileIntegrationMockTest.java to ProfileMockIntegrationTest.java
Satisfy naming convention
This commit is contained in:
+1
-1
@@ -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;
|
||||
Reference in New Issue
Block a user