remove unnecessary DefaultToolForm warning supression

refs LS-3831
flag=none

The test(s) previously causing this error have either been fixed or
removed. This supression is no longer necessary.

test plan:
  - tests pass

qa risk: low

Change-Id: Id38b6200253f024a899deb0c2d42adf55f5a3f9d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/311996
Reviewed-by: Sarah Gerard <sarah.gerard@instructure.com>
QA-Review: Davis Hyer <dhyer@instructure.com>
Product-Review: Davis Hyer <dhyer@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
Davis Hyer 2023-02-26 10:44:25 -07:00
parent dcca3ffb1d
commit f43cbcb7cb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const ignoredErrors = [
/<Provider> does not support changing `store` on the fly/,
/A component is changing a controlled input of type %s to be uncontrolled/,
/A theme registry has already been initialized/,
/An update to (%s|DefaultToolForm) inside a test was not wrapped in act/,
/An update to %s inside a test was not wrapped in act/,
/Can't perform a React state update on an unmounted component/,
/Cannot read property 'activeElement' of undefined/,
/Cannot read property 'name' of null/,