https://github.com/zeta-chain/node/pull/2952 broke the upgrade tests because the old version will not have the `ErrorMessage` field. ``` // Check the error carries the revert executed. require.Contains(r, cctx.CctxStatus.ErrorMessage, "revert executed") ```