Skip to content

Commit

Permalink
Merge pull request #2664 from IntersectMBO/fix_template_name
Browse files Browse the repository at this point in the history
fix(tests): correct name template in test_pparam_update.py
  • Loading branch information
mkoura authored Oct 2, 2024
2 parents 95bafd3 + 9c75176 commit 62d4ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ def _check_proposed_pparams(
# Vote on the "final" action that will be enacted
reqc.cip037.start(url=helpers.get_vcs_link())
fin_prop_rec = _propose_pparams_update(
name_template=f"{temp_template}_fin_no", proposals=fin_update_proposals
name_template=f"{temp_template}_fin", proposals=fin_update_proposals
)
_check_proposed_pparams(
update_proposals=fin_prop_rec.proposals,
Expand Down

0 comments on commit 62d4ce9

Please sign in to comment.