Skip to content

Commit 949f42f

Browse files
committed
fix yaml tests
1 parent 417b084 commit 949f42f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/mget/90_synthetic_source.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,23 +118,23 @@ keyword with normalizer:
118118
- match: { docs.0._id: "1" }
119119
- match:
120120
docs.0._source:
121-
keyword: "the Quick Brown Fox jumps over the lazy Dog"
121+
keyword: "the quick brown fox jumps over the lazy dog"
122122
keyword_with_ignore_above: "the Quick Brown Fox jumps over the lazy Dog"
123123
keyword_without_doc_values: "the Quick Brown Fox jumps over the lazy Dog"
124124

125125
- match: { docs.1._index: "test-keyword-with-normalizer" }
126126
- match: { docs.1._id: "2" }
127127
- match:
128128
docs.1._source:
129-
keyword: "The five BOXING wizards jump Quickly"
129+
keyword: "the five boxing wizards jump quickly"
130130
keyword_with_ignore_above: "The five BOXING wizards jump Quickly"
131131
keyword_without_doc_values: "The five BOXING wizards jump Quickly"
132132

133133
- match: { docs.2._index: "test-keyword-with-normalizer" }
134134
- match: { docs.2._id: "3" }
135135
- match:
136136
docs.2._source:
137-
keyword: [ "May the FORCE be with You!", "Do or Do Not, There is no Try" ]
137+
keyword: [ "do or do not, there is no try", "may the force be with you!" ]
138138
keyword_with_ignore_above: [ "May the FORCE be with You!", "Do or Do Not, There is no Try" ]
139139
keyword_without_doc_values: [ "May the FORCE be with You!", "Do or Do Not, There is no Try" ]
140140

0 commit comments

Comments
 (0)