Adds quotes to timestamp values in runtime_fields/40_date YAML test (#62526)

This commit is contained in:
Fernando Briano 2020-09-17 12:09:10 +01:00 committed by GitHub
parent aba86d7d29
commit d3bdff6bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@ setup:
sort: timestamp
fields: [tomorrow, tomorrow_from_source, the_past, all_week, formatted_tomorrow]
- match: {hits.total.value: 6}
- match: {hits.hits.0.fields.tomorrow: [2018-01-19T17:41:34.000Z] }
- match: {hits.hits.0.fields.tomorrow_from_source: [2018-01-19T17:41:34.000Z] }
- match: {hits.hits.0.fields.the_past: [2018-01-18T17:41:33.000Z] }
- match: {hits.hits.0.fields.tomorrow: ["2018-01-19T17:41:34.000Z"] }
- match: {hits.hits.0.fields.tomorrow_from_source: ["2018-01-19T17:41:34.000Z"] }
- match: {hits.hits.0.fields.the_past: ["2018-01-18T17:41:33.000Z"] }
- match:
hits.hits.0.fields.all_week:
- 2018-01-18T17:41:34.000Z