Commit 98fc791
authored
acc: fix volumes/recreate output after JSON formatter change (#5245)
Since #5170 the CLI's JSON output uses the standard `: ` separator (via
`json.MarshalIndent`) rather than the compact `":"` form produced by the
previous `nwidger/jsoncolor` dependency. The acceptance output for
`bundle/resources/volumes/recreate` still captured the compact form for
one `grants get` line and has been failing on UCWS nightlies since #5170
merged. #5227 picked up the same staleness in `TestClustersGet`; this
picks up the missed acceptance output.
This pull request and its description were written by Isaac.1 parent 3570f9a commit 98fc791
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments