We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77411ff commit 8a5c57fCopy full SHA for 8a5c57f
cardano_node_tests/tests/tests_conway/test_info.py
@@ -110,7 +110,7 @@ def test_info(
110
cluster_obj=cluster,
111
name_template=f"{temp_template}_action",
112
src_address=pool_user_ug.payment.address,
113
- use_build_cmd=True,
+ build_method=clusterlib_utils.BuildMethods.BUILD,
114
tx_files=tx_files_action,
115
)
116
reqc.cli023.success()
@@ -202,7 +202,7 @@ def test_info(
202
payment_addr=pool_user_ug.payment,
203
votes=votes,
204
keys=vote_keys,
205
206
207
reqc.cli024.success()
208
0 commit comments