From def86b03268524854fb6ba01d27aa1b3f0582d5a Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Mon, 23 Dec 2024 16:07:25 -0500 Subject: [PATCH] test: Look for new vat cleanup budget parameter in a3p-integration --- a3p-integration/proposals/n:upgrade-next/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/a3p-integration/proposals/n:upgrade-next/test.sh b/a3p-integration/proposals/n:upgrade-next/test.sh index a3bc4a2d8450..122c9eb047d1 100755 --- a/a3p-integration/proposals/n:upgrade-next/test.sh +++ b/a3p-integration/proposals/n:upgrade-next/test.sh @@ -3,6 +3,11 @@ # Place here any test that should be executed using the executed proposal. # The effects of this step are not persisted in further proposal layers. +test_val \ + "$(agd q swingset params -o json | jq -Sc .vat_cleanup_budget)" \ + '[{"key":"default","value":"5"},{"key":"kv","value":"50"}]' \ + 'vat cleanup budget' + # suppress file names from glob that run earlier GLOBIGNORE=initial.test.js