Update and rename ProfileIntegrationStubTest.java to ProfileStubIntegrationTest.java

Satisfy test naming convention
This commit is contained in:
Maiklins 2023-11-17 21:24:13 +01:00 committed by GitHub
parent f20a18ed9b
commit 7f88b9748e
1 changed files with 1 additions and 1 deletions

View File

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