Commit 896ac8d
authored
integration: fix TestClustersGet assertion after JSON formatter change (#5227)
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. `TestClustersGet`'s substring
assertion still expected the compact form and has been failing in every
nightly environment; updating it to match the new output.
This pull request and its description were written by Isaac.1 parent fec675f commit 896ac8d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments