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:
Mihail Polivaha
2023-04-14 18:50:02 +03:00
committed by GitHub
parent f8c4970951
commit 6f64f6e935

View File

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