diff --git a/tests/guard/test_guard_simple_vault_uniswap_v3.py b/tests/guard/test_guard_simple_vault_uniswap_v3.py index 8bdb112d..d8d23cb7 100644 --- a/tests/guard/test_guard_simple_vault_uniswap_v3.py +++ b/tests/guard/test_guard_simple_vault_uniswap_v3.py @@ -341,6 +341,6 @@ def test_guard_pair_not_approved( ) ) - with pytest.raises(TransactionFailed, match="execution reverted: Token not allowed"): + with pytest.raises(TransactionFailed, match="Token not allowed"): target, call_data = encode_simple_vault_transaction(trade_call) vault.functions.performCall(target, call_data).transact({"from": asset_manager})