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 3d278ff7a9
commit c4ff64e4a5
1 changed files with 1 additions and 1 deletions

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;