diff --git a/test/test_plugin.py b/test/test_plugin.py index 99d0950..883f588 100644 --- a/test/test_plugin.py +++ b/test/test_plugin.py @@ -23,7 +23,7 @@ # Mypy 1.7 changed into "Never", so make this a regex to be compatible # with multiple versions of mypy TYPE_ERR_MSG_REGEX = ( - r'"Dict\[(?:(?:)|(?:Never)), (?:(?:)|(?:Never))\]" has no attribute "append"' + r'"dict\[(?:(?:)|(?:Never)), (?:(?:)|(?:Never))\]" has no attribute "append"' ) TEST_LINE = 'test_plugin.py:279:8:279:16: error: "Request" has no attribute "id" [attr-defined]'