diff --git a/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py b/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py index f7880cacd25..c0ef506023e 100644 --- a/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py +++ b/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py @@ -36,12 +36,6 @@ def data_test_type() -> DataTestType: return DataTestType.FLOOR_GAS_COST_GREATER_THAN_INTRINSIC_GAS -@pytest.fixture -def authorization_refund() -> bool: - """Disable the refunds on these tests (see ./test_refunds.py).""" - return False - - class TestGasConsumption: """Test gas consumption with EIP-7623 active."""