BAEL-6278 rename IntegrationTest class to LiveTest (#13841)
* misha2048 Retrying Requests using Apache HttpClient * BAEL-6278 rename IntegrationTest class to LiveTest
This commit is contained in:
parent
3d278ff7a9
commit
c4ff64e4a5
|
@ -24,7 +24,7 @@ import org.junit.jupiter.api.AfterEach;
|
|||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class ApacheHttpClientRetryIntegrationTest {
|
||||
public class ApacheHttpClientRetryLiveTest {
|
||||
|
||||
private Integer requestCounter;
|
||||
private CloseableHttpClient httpClient;
|
Loading…
Reference in New Issue