Skip to content
Snippets Groups Projects
Commit 033cebfb authored by Alok Joshi's avatar Alok Joshi
Browse files

remove test changes

parent 4c8a1330
No related branches found
No related tags found
1 merge request!737Handle large exception
Pipeline #302517 failed
......@@ -119,9 +119,6 @@ public class CoreQueryServiceImplTest {
private final Point topLeft = getPoint(3.0, 4.0);
private final Point bottomRight = getPoint(2.0, 1.0);
@Mock
private SearchConfigurationProperties configurationProperties;
@Mock
private QueryRequest searchRequest;
......@@ -180,7 +177,7 @@ public class CoreQueryServiceImplTest {
private IAggregationParserUtil aggregationParserUtil = new AggregationParserUtil(properties);
@Spy
private IDetailedBadRequestMessageUtil detailedBadRequestMessageUtil = new DetailedBadRequestMessageUtil(objectMapper, configurationProperties);
private IDetailedBadRequestMessageUtil detailedBadRequestMessageUtil = new DetailedBadRequestMessageUtil(objectMapper);
@Mock
private ElasticLoggingConfig elasticLoggingConfig;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment