JAVA-22316 Review the time of the build - Week 26 - 2023 (#14426)

This commit is contained in:
anuragkumawat
2023-07-17 20:49:43 +05:30
committed by GitHub
parent a4d39d14dd
commit 3e0164ef0a
6 changed files with 6 additions and 6 deletions
@@ -31,7 +31,7 @@ import static org.junit.Assert.assertTrue;
@RunWith(SpringRunner.class)
@SpringBootTest(properties = {"external.api.url=http://localhost:${wiremock.server.port}"})
@AutoConfigureWireMock(port = 0)
public class NetflixFeignUnitTest {
public class NetflixFeignIntegrationTest {
@Autowired
private JSONPlaceHolderService jsonPlaceHolderService;