Skip to content
Snippets Groups Projects

Elastic search EOL version upgrade

Closed Harshika Dhoot requested to merge es-version into azure/m18-master
Files
6
@@ -102,6 +102,7 @@ public class IndexerMappingServiceTest {
when(this.elasticIndexNameResolver.getIndexNameFromKind(kind)).thenReturn(index);
when(this.restHighLevelClient.indices()).thenReturn(indicesClient);
when(this.statusLine.getStatusCode()).thenReturn(200);
}
private Map<String, Object> getMetaAttributeMapping() {
Loading