diff --git a/tests/utils/ReportTestUtils.ts b/tests/utils/ReportTestUtils.ts index 59964cc5c7ab..3948baca3113 100644 --- a/tests/utils/ReportTestUtils.ts +++ b/tests/utils/ReportTestUtils.ts @@ -61,10 +61,10 @@ const getMockedReportActionsMap = (length = 100): ReportActions => { const reportAction = { ...createRandomReportAction(reportID), actionName, - previousReportActionID: index.toString(), originalMessage: { linkedReportID: reportID.toString(), }, + previousReportActionID: index.toString(), } as ReportAction; return {[reportID]: reportAction};