Skip to content

Commit 03a216b

Browse files
committed
Fix access to dotted field from source in yaml test
1 parent ffba104 commit 03a216b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/210_conditional_processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ teardown:
107107
index: test
108108
id: "1"
109109
- match: { _source.bytes_source_field: "1kb" }
110+
- match: { _source.conditional\.field: "bar" }
110111
- match: { _source.bytes_target_field: 1024 }
111112

112-

0 commit comments

Comments
 (0)