Skip to content
Snippets Groups Projects

Elastic search EOL version upgrade

Closed Harshika Dhoot requested to merge es-version into azure/m18-master
@@ -129,6 +129,7 @@ public class IndexerMappingServiceTest {
@Test
public void should_returnValidMapping_givenFalseMerge_createMappingTest() throws IOException {
when(this.indicesClient.exists((GetIndexRequest) any(),any())).thenReturn(true);
try {
String mapping = this.sut.createMapping(restHighLevelClient, indexSchema, index, false);
assertEquals(validMapping, mapping);
Loading