diff --git a/tests/integration_tests/test_upgrade.py b/tests/integration_tests/test_upgrade.py index b655094a..a2118efb 100644 --- a/tests/integration_tests/test_upgrade.py +++ b/tests/integration_tests/test_upgrade.py @@ -170,11 +170,13 @@ def test_cosmovisor_upgrade(custom_ethermint: Ethermint): assert old_erc20_balance == contract.caller( block_identifier=target_height - 2 ).balanceOf(ADDRS["validator"]) - p = json.loads(cli.raw( - "query", - "ibc", - "client", - "params", - home=cli.data_dir, - )) + p = json.loads( + cli.raw( + "query", + "ibc", + "client", + "params", + home=cli.data_dir, + ) + ) assert p == {"allowed_clients": ["06-solomachine", "07-tendermint", "09-localhost"]}