BAEL-3298 minor update
This commit is contained in:
parent
65be6994fa
commit
1f19079901
|
@ -6,6 +6,7 @@ import org.apache.http.entity.StringEntity;
|
||||||
import org.apache.http.impl.client.CloseableHttpClient;
|
import org.apache.http.impl.client.CloseableHttpClient;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
import org.mockito.Mock;
|
||||||
import org.springframework.batch.core.ExitStatus;
|
import org.springframework.batch.core.ExitStatus;
|
||||||
import org.springframework.batch.core.JobExecution;
|
import org.springframework.batch.core.JobExecution;
|
||||||
import org.springframework.batch.core.JobInstance;
|
import org.springframework.batch.core.JobInstance;
|
||||||
|
@ -42,7 +43,7 @@ public class SpringBatchRetryIntegrationTest {
|
||||||
@MockBean
|
@MockBean
|
||||||
private CloseableHttpClient closeableHttpClient;
|
private CloseableHttpClient closeableHttpClient;
|
||||||
|
|
||||||
@MockBean
|
@Mock
|
||||||
private CloseableHttpResponse httpResponse;
|
private CloseableHttpResponse httpResponse;
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue