Skip to content

Commit 8a5c57f

Browse files
This PR refactors test_info.py align with the new build Method
1 parent 77411ff commit 8a5c57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cardano_node_tests/tests/tests_conway/test_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_info(
110110
cluster_obj=cluster,
111111
name_template=f"{temp_template}_action",
112112
src_address=pool_user_ug.payment.address,
113-
use_build_cmd=True,
113+
build_method=clusterlib_utils.BuildMethods.BUILD,
114114
tx_files=tx_files_action,
115115
)
116116
reqc.cli023.success()
@@ -202,7 +202,7 @@ def test_info(
202202
payment_addr=pool_user_ug.payment,
203203
votes=votes,
204204
keys=vote_keys,
205-
use_build_cmd=True,
205+
build_method=clusterlib_utils.BuildMethods.BUILD,
206206
)
207207
reqc.cli024.success()
208208

0 commit comments

Comments
 (0)