From 355a9e2daecfeb4d433ee5cc43c05209888f4392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20P=C3=A9rez?= <25409753+prryplatypus@users.noreply.github.com> Date: Sun, 7 Nov 2021 21:11:08 +0100 Subject: [PATCH] Fix broken test from merge --- tests/test_exceptions_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_exceptions_handler.py b/tests/test_exceptions_handler.py index e1e6765f..9ad595fc 100644 --- a/tests/test_exceptions_handler.py +++ b/tests/test_exceptions_handler.py @@ -231,7 +231,7 @@ def test_single_arg_exception_handler_notice(exception_handler_app, caplog): "Optional[str]). Until you upgrade your ErrorHandler.lookup, " "Blueprint specific exceptions will not work properly. Beginning in " "v22.3, the legacy style lookup method will not work at all." - ) in caplog.record_tuples + ) assert response.status == 400