Skip to content

Commit 3af38c3

Browse files
committed
fix yaml test
1 parent a859a4f commit 3af38c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/apm-data/src/yamlRestTest/resources/rest-api-spec/test/20_traces_ingest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ setup:
107107
- '{
108108
"@timestamp": "2017-06-22",
109109
"processor": {"event": "transaction"},
110-
"event": {"outcome": "success"},
110+
"event": {"outcome": "success"}
111111
}'
112112

113113
- create: {}
@@ -120,7 +120,7 @@ setup:
120120
index: traces-apm-testing
121121
body:
122122
fields: ["event.success_count"]
123-
- length: { hits.hits: 5 }
123+
- length: { hits.hits: 7 }
124124
- match: { hits.hits.0.fields: null }
125125
- match: { hits.hits.1.fields: null }
126126
- match: { hits.hits.2.fields: {"event.success_count": [2]} }

0 commit comments

Comments
 (0)