Skip to content
Snippets Groups Projects
Commit ca3fd5d4 authored by Arsen Grigoryan's avatar Arsen Grigoryan
Browse files

BUG 7154 [osdu][search][indexer] Indexer skipped the entire record with malformed SpatialLocation

parent 72efa67f
No related branches found
No related tags found
2 merge requests!378No more retry attempts for schema not found,!332Indexer skipped the entire record with malformed SpatialLocation
Pipeline #119142 failed
......@@ -37,10 +37,10 @@ public class FeatureCollectionDeserializerTest {
private final JsonFactory factory = mapper.getFactory();
@Test
public void should_throwException_provided_emptyGeoJson() {
public void should_throwException_provided_emptyFeatureJson() {
String shapeJson = "{}";
this.validateInput(shapeJson, Strings.EMPTY, "shape not included");
this.validateInput(shapeJson, Strings.EMPTY, "feature not included");
}
@Test
......
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