diff --git a/integration_tests/test_upgrade.py b/integration_tests/test_upgrade.py index 798bd508e..af2665aa9 100644 --- a/integration_tests/test_upgrade.py +++ b/integration_tests/test_upgrade.py @@ -138,7 +138,7 @@ def test_cosmovisor(cosmovisor_cluster): assert proposal["status"] == "PROPOSAL_STATUS_PASSED", proposal # block should just pass the target height - wait_for_block(cluster, target_height + 2,480) + wait_for_block(cluster, target_height + 2, 480) def propose_and_pass(cluster, kind, proposal):