Commit a54149d
committed
Fix telemetry/success golden file placeholder
The cmd_exec_id placeholder regressed from [CMD-EXEC-ID] to [UUID] when
the fixture was regenerated locally with jq 1.6. The test script uses
jq '.headers."User-Agent".[0]' syntax that only works in jq 1.7+; on the
older runtime that pipeline silently produced no replacement, leaving
the raw UUID in place which then matched the generic UUID replacement.
Re-regenerated with jq 1.7. CI was already running 1.7+ which is why the
discrepancy only showed up against the wire output, not locally.1 parent 2dea019 commit a54149d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
0 commit comments