File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cardano_node_tests/tests/tests_conway Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ class TestTreasuryDonation:
6969
7070 @allure .link (helpers .get_vcs_link ())
7171 @submit_utils .PARAM_SUBMIT_METHOD
72- @common .PARAM_USE_BUILD_CMD
72+ @common .PARAM_BUILD_METHOD_NO_EST
7373 @pytest .mark .smoke
7474 def test_transfer_treasury_donation (
7575 self ,
7676 cluster_treasury : clusterlib .ClusterLib ,
7777 payment_addr_treasury : clusterlib .AddressRecord ,
78- use_build_cmd : bool ,
78+ build_method : str ,
7979 submit_method : str ,
8080 ):
8181 """Send funds from payment address to the treasury.
@@ -107,7 +107,7 @@ def test_transfer_treasury_donation(
107107 treasury_donation = amount ,
108108 submit_method = submit_method ,
109109 change_address = payment_addr_treasury .address ,
110- use_build_cmd = use_build_cmd ,
110+ build_method = build_method ,
111111 tx_files = tx_files ,
112112 )
113113
You can’t perform that action at this time.
0 commit comments