We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502f361 commit 2742f7eCopy full SHA for 2742f7e
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/spatial/120_position_geo_line.yml
@@ -82,7 +82,7 @@ setup:
82
field: location
83
sort:
84
field: "@timestamp"
85
- sort_order: ASC
+ sort_order: asc
86
- match: { hits.total: 10 }
87
- length: { aggregations.by_time_series.buckets: 3 }
88
- match:
@@ -135,7 +135,7 @@ setup:
135
136
137
138
- sort_order: DESC
+ sort_order: desc
139
140
141
0 commit comments