diff --git a/integration/tests/economy/test_economics.py b/integration/tests/economy/test_economics.py index a9d379a06d..fb5dc45c15 100644 --- a/integration/tests/economy/test_economics.py +++ b/integration/tests/economy/test_economics.py @@ -817,7 +817,7 @@ def test_deploy_contract_alt_on( ): """Trigger transaction than requires more than 30 accounts""" - sender_account = accounts[0] + sender_account = accounts[1] accounts_quantity = 45 sol_balance_before = operator.get_solana_balance() neon_balance_before = operator.get_token_balance(web3_client)