Fix broken test from merge

This commit is contained in:
Néstor Pérez 2021-11-07 21:11:08 +01:00 committed by GitHub
parent a7a8624245
commit 355a9e2dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ def test_single_arg_exception_handler_notice(exception_handler_app, caplog):
"Optional[str]). Until you upgrade your ErrorHandler.lookup, " "Optional[str]). Until you upgrade your ErrorHandler.lookup, "
"Blueprint specific exceptions will not work properly. Beginning in " "Blueprint specific exceptions will not work properly. Beginning in "
"v22.3, the legacy style lookup method will not work at all." "v22.3, the legacy style lookup method will not work at all."
) in caplog.record_tuples )
assert response.status == 400 assert response.status == 400