diff --git a/ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTest.java b/ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTest.java index 87ffd8de5d2..4c5bac65130 100644 --- a/ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTest.java +++ b/ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTest.java @@ -1476,6 +1476,7 @@ public void unknownMethod() throws Exception { } @Test + @SuppressWarnings("unchecked") public void disabledMethod() throws Exception { final String methodName = RpcMethod.NET_SERVICES.getMethodName(); final String id = "234";