@@ -115,14 +115,14 @@ class TestCommittee:
115115
116116 @allure .link (helpers .get_vcs_link ())
117117 @submit_utils .PARAM_SUBMIT_METHOD
118- @common .PARAM_BUILD_METHOD_NO_EST
118+ @common .PARAM_USE_BUILD_CMD
119119 @pytest .mark .testnets
120120 @pytest .mark .smoke
121121 def test_register_hot_key_no_cc_member (
122122 self ,
123123 cluster : clusterlib .ClusterLib ,
124124 pool_user : clusterlib .PoolUser ,
125- build_method : str ,
125+ use_build_cmd : bool ,
126126 submit_method : str ,
127127 ):
128128 """Try to submit a Hot Credential Authorization certificate without being a CC member.
@@ -148,7 +148,7 @@ def test_register_hot_key_no_cc_member(
148148 name_template = f"{ temp_template } _auth" ,
149149 src_address = pool_user .payment .address ,
150150 submit_method = submit_method ,
151- build_method = build_method ,
151+ use_build_cmd = use_build_cmd ,
152152 tx_files = tx_files_auth ,
153153 )
154154 err_str = str (excinfo .value )
@@ -414,15 +414,15 @@ def _auth_hot_keys() -> None:
414414
415415 @allure .link (helpers .get_vcs_link ())
416416 @submit_utils .PARAM_SUBMIT_METHOD
417- @common .PARAM_BUILD_METHOD_NO_EST
417+ @common .PARAM_USE_BUILD_CMD
418418 @pytest .mark .parametrize ("threshold_type" , ("fraction" , "decimal" ))
419419 @pytest .mark .dbsync
420420 @pytest .mark .smoke
421421 def test_update_committee_action (
422422 self ,
423423 cluster : clusterlib .ClusterLib ,
424424 pool_user : clusterlib .PoolUser ,
425- build_method : str ,
425+ use_build_cmd : bool ,
426426 submit_method : str ,
427427 threshold_type : str ,
428428 ):
@@ -489,7 +489,7 @@ def test_update_committee_action(
489489 name_template = f"{ temp_template } _bootstrap" ,
490490 src_address = pool_user .payment .address ,
491491 submit_method = submit_method ,
492- build_method = build_method ,
492+ use_build_cmd = use_build_cmd ,
493493 tx_files = tx_files ,
494494 deposit = deposit_amt ,
495495 )
@@ -505,7 +505,7 @@ def test_update_committee_action(
505505 name_template = temp_template ,
506506 src_address = pool_user .payment .address ,
507507 submit_method = submit_method ,
508- build_method = build_method ,
508+ use_build_cmd = use_build_cmd ,
509509 tx_files = tx_files ,
510510 deposit = deposit_amt ,
511511 )
0 commit comments