diff --git a/tests/prague/eip7702_set_code_tx/test_set_code_txs.py b/tests/prague/eip7702_set_code_tx/test_set_code_txs.py index a7bac6c3bd7..29494562b17 100644 --- a/tests/prague/eip7702_set_code_tx/test_set_code_txs.py +++ b/tests/prague/eip7702_set_code_tx/test_set_code_txs.py @@ -2133,7 +2133,7 @@ def test_set_code_using_valid_synthetic_signatures( pytest.param(2**8, 1, 1, id="v=2**8"), pytest.param(1, 2**256, 1, id="r=2**256"), pytest.param(1, 1, 2**256, id="s=2**256"), - pytest.param(2**8, 2**256, 2**256, id="v=r=s=2**256"), + pytest.param(2**8, 2**256, 2**256, id="v=2**8,r=s=2**256"), ], ) def test_invalid_tx_invalid_auth_signature(