Commit 1256e3e
committed
Buildkite Test Analytics: fix failure_expanded
The `failure_expanded` attribute of a test result is an _array_ of
objects, not a single object.
I believe this is to support the possibility of multiple failure reasons
in a single test case, although I'm not sure if that's used anywhere.
https://buildkite.com/docs/test-analytics/importing-json#json-test-results-data-reference-test-result-objects1 parent b70e1ae commit 1256e3e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments