瀏覽代碼

Wraps timestamp value in quotes in runtime_fields/40_date YAML test. (#62291)

Fernando Briano 5 年之前
父節點
當前提交
ea1ec90322
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      x-pack/plugin/src/test/resources/rest-api-spec/test/runtime_fields/40_date.yml

+ 1 - 1
x-pack/plugin/src/test/resources/rest-api-spec/test/runtime_fields/40_date.yml

@@ -146,7 +146,7 @@ setup:
   - match: {hits.total.value: 6}
   - match: {aggregations.v10.buckets.0.key_as_string: "2018-01-19T17:41:34.000Z"}
   - match: {aggregations.v10.buckets.0.doc_count: 1}
-  - match: {aggregations.v10.buckets.1.key_as_string: 2018-01-20T17:41:34.000Z}
+  - match: {aggregations.v10.buckets.1.key_as_string: "2018-01-20T17:41:34.000Z"}
   - match: {aggregations.v10.buckets.1.doc_count: 1}
 
 ---