Skip to content

Commit

Permalink
Fix enrich test compile task.
Browse files Browse the repository at this point in the history
Build failures seem to be related to #100106 being based on a stale view of main
  • Loading branch information
jbaiera committed Oct 2, 2023
1 parent 225db31 commit ba921b0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2257,7 +2257,7 @@ public void testEnrichNestedField() throws Exception {

public void testRunnerValidatesIndexIntegrity() throws Exception {
final String sourceIndex = "source-index";
IndexResponse indexRequest = client().index(new IndexRequest().index(sourceIndex).id("id").source("""
DocWriteResponse indexRequest = client().index(new IndexRequest().index(sourceIndex).id("id").source("""
{
"field1": "value1",
"field2": 2,
Expand Down

0 comments on commit ba921b0

Please sign in to comment.