clean up Unmatched network request console warnings
flag=none test plan: - specs pass qa risk: low Change-Id: Ibb77fcef3a7c81e843879d8e3a082065123ce7f4 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/274145 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com> QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com> Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
This commit is contained in:
parent
a8e5506618
commit
044aede0c8
|
@ -189,7 +189,6 @@ const ignoredWarnings = [
|
|||
/The `renderSortLabel` prop should be provided when Table is sortable/,
|
||||
/toBeEmpty has been deprecated/,
|
||||
/Translation for .* is missing/,
|
||||
/Unmatched (GET|POST) to \/api\/v1/,
|
||||
/value provided is not in a recognized RFC2822 or ISO format/
|
||||
]
|
||||
global.console = {
|
||||
|
|
Loading…
Reference in New Issue