Skip to content

Commit

Permalink
Adds quotes to timestamp values in runtime_fields/40_date YAML test (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo authored Sep 16, 2020
1 parent 513117a commit 0cfb3e9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cfb3e9

Please sign in to comment.