diff --git a/services/app-api/utils/testing/setupJest.ts b/services/app-api/utils/testing/setupJest.ts index 36ee131b3..3544a90fc 100644 --- a/services/app-api/utils/testing/setupJest.ts +++ b/services/app-api/utils/testing/setupJest.ts @@ -154,8 +154,8 @@ export const mockDynamoDataCompleted: MCPARReportMetadata = { combinedData: false, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], lastAlteredBy: "Thelonious States", @@ -233,8 +233,8 @@ export const mockMcparReport = { combinedData: false, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], lastAlteredBy: "Thelonious States", diff --git a/services/ui-src/src/utils/testing/mockReport.tsx b/services/ui-src/src/utils/testing/mockReport.tsx index 19332829f..2feaffae6 100644 --- a/services/ui-src/src/utils/testing/mockReport.tsx +++ b/services/ui-src/src/utils/testing/mockReport.tsx @@ -309,8 +309,8 @@ export const mockMcparReport = { combinedData: false, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], submittedOnDate: Date.now(), @@ -342,8 +342,8 @@ export const mockMcparReportCombinedData = { combinedData: true, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], submittedOnDate: Date.now(),