Skip to content

Commit ceef18e

Browse files
committed
Fixed typo that I thought I fixed but apparently I reverted at some pooint
1 parent ee7feb8 commit ceef18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/mapping/20_synthetic_source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ synthetic_source text with ignored multi-field and multiple values in the same d
179179
body:
180180
query:
181181
match_phrase:
182-
foo: potato
182+
foo: this value is
183183

184184
- match: { hits.total.value: 1 }
185185
# the order will be the same since text fields currently don't take offsets into account
@@ -224,7 +224,7 @@ synthetic_source text with ignored multi-field and multiple values in the same d
224224
body:
225225
query:
226226
match_phrase:
227-
foo: potato
227+
foo: this value is
228228

229229
- match: { hits.total.value: 1 }
230230
- match: { hits.hits.0._source.foo.0: "This value is short" }

0 commit comments

Comments
 (0)