Skip to content

Commit e1f5958

Browse files
committed
fix merge semantic confilct
1 parent 4478a76 commit e1f5958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/datageneration/datasource/DefaultMappingParametersHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private Supplier<Map<String, Object>> keywordMapping(DataSourceRequest.LeafMappi
103103
mapping.put("null_value", ESTestCase.randomAlphaOfLengthBetween(0, 10));
104104
}
105105
// NOCOMMIT - randomize this
106-
injected.put("normalizer", "lowercase");
106+
mapping.put("normalizer", "lowercase");
107107
return mapping;
108108
};
109109
}

0 commit comments

Comments
 (0)