diff --git a/integration/mainnet/debug_traceBlockByNumber/test_25.json b/integration/mainnet/debug_traceBlockByNumber/test_25.json index e630b72a..f6e473a4 100644 --- a/integration/mainnet/debug_traceBlockByNumber/test_25.json +++ b/integration/mainnet/debug_traceBlockByNumber/test_25.json @@ -16,11 +16,15 @@ "response": { "id": 1, "jsonrpc": "2.0", - "result": null + "result": null, + "error": { + "code": -32000, + "message": "tracing on top of pending is not supported" + } }, "test": { - "description": "trace the pending block", + "description": "trace the pending block: rejected, tracing replays committed state", "reference": "" } } -] \ No newline at end of file +]