From 792fcc116e20c56e66000a37ec1855037dedd522 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 13 May 2026 09:59:24 +0200 Subject: [PATCH] acc: fix volumes/recreate output after JSON formatter change 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. Co-authored-by: Isaac --- acceptance/bundle/resources/volumes/recreate/output.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/bundle/resources/volumes/recreate/output.txt b/acceptance/bundle/resources/volumes/recreate/output.txt index 494e9ff538d..134a52dbd8e 100644 --- a/acceptance/bundle/resources/volumes/recreate/output.txt +++ b/acceptance/bundle/resources/volumes/recreate/output.txt @@ -28,7 +28,7 @@ Deployment complete! { "privilege_assignments": [ { - "principal":"account users", + "principal": "account users", "privileges": [ "WRITE_VOLUME" ]