Skip to content

Commit 04126d4

Browse files
This PR refactors test_treasury_donation.py to align with the new build Method
1 parent 801a175 commit 04126d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cardano_node_tests/tests/tests_conway/test_treasury_donation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)