From 3718d1cb8d38c96016c64d59150b3a2ea77c5b5e Mon Sep 17 00:00:00 2001 From: Richard Kellnberger Date: Sat, 25 Jan 2025 13:56:56 +0100 Subject: [PATCH] capitalization change --- test/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]'