Fixes on Scopes.test.js
flag=none test plan: - Specs pass qa risk: low Change-Id: I77e182eb8c6afdb65c4f762ce86a78967efb4fda Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/277355 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Drake Harper <drake.harper@instructure.com> QA-Review: Drake Harper <drake.harper@instructure.com> Product-Review: Drake Harper <drake.harper@instructure.com>
This commit is contained in:
parent
ad5f079c16
commit
6e439c0f46
|
@ -93,7 +93,6 @@ const ignoredErrors = [
|
|||
/The prop `isLoading` is marked as required in `LoadingWrapper`/,
|
||||
/The prop `jwt` is marked as required in `CanvasContentTray`/,
|
||||
/The prop `label` is marked as required in `(CanvasInstUIModal|FormField|FormFieldLayout|Modal)`/,
|
||||
/The prop `listDeveloperKeyScopesSet` is marked as required in `(Scopes|ScopesList)`/,
|
||||
/The prop `loading` is marked as required in `(HomeroomAnnouncementsLayout|LoadingWrapper)`/,
|
||||
/The prop `name` is marked as required in `Avatar`/,
|
||||
/The prop `onChangeSubmission` is marked as required in `StudentContent`/,
|
||||
|
|
|
@ -53,6 +53,7 @@ function props(pending = false, requireScopes = true, onRequireScopesChange = ()
|
|||
dispatch: () => {},
|
||||
listScopesSet: () => {},
|
||||
updateDeveloperKey: () => {},
|
||||
listDeveloperKeyScopesSet: () => {},
|
||||
requireScopes,
|
||||
onRequireScopesChange
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue