diff --git a/jest/jest-setup.js b/jest/jest-setup.js index 60a3fdaa224..046114b4866 100644 --- a/jest/jest-setup.js +++ b/jest/jest-setup.js @@ -69,7 +69,6 @@ const ignoredErrors = [ /Invalid prop `heading` of type `object` supplied to `Billboard`/, // https://instructure.atlassian.net/browse/QUIZ-8870 /Invalid prop `headingAs` of value `h4` supplied to `Billboard`/, /Invalid prop `id` of type `number` supplied to `Option`/, - /Invalid prop `outcomesGroup.contextId` of type `number` supplied to `FindOutcomesView`, expected `string`/, /Invalid prop `returnFocusTo` of type `DeprecatedComponent` supplied to `(CourseHomeDialog|HomePagePromptContainer)`/, /Invalid prop `selectedDate` of type `date` supplied to `CanvasDateInput`/, /Invalid prop `shares\[0\].content_export.id` of type `number` supplied to `ReceivedTable`/, diff --git a/ui/shared/outcomes/mocks/Management.js b/ui/shared/outcomes/mocks/Management.js index a1654e1ef3c..7b6f261e0c2 100644 --- a/ui/shared/outcomes/mocks/Management.js +++ b/ui/shared/outcomes/mocks/Management.js @@ -975,7 +975,7 @@ export const findOutcomesMocks = ({ outcomeIsImported = true, contextType = 'Account', contextId = '1', - outcomesGroupContextId = 1, + outcomesGroupContextId = '1', outcomesGroupContextType = 'Account', searchQuery = 'mathematics', outcomesCount = 25