Skip to content

Commit 98fc791

Browse files
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

File tree

  • acceptance/bundle/resources/volumes/recreate

acceptance/bundle/resources/volumes/recreate/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Deployment complete!
2828
{
2929
"privilege_assignments": [
3030
{
31-
"principal":"account users",
31+
"principal": "account users",
3232
"privileges": [
3333
"WRITE_VOLUME"
3434
]

0 commit comments

Comments
 (0)