JAVA-22316 Review the time of the build - Week 26 - 2023 (#14426)
This commit is contained in:
+1
-1
@@ -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;
|
||||
Reference in New Issue
Block a user