remove deprecated as_tuple parameter from test_client

This commit is contained in:
David Lord 2022-01-14 09:34:07 -08:00
parent d03df1fff3
commit aab064fee1
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 7 additions and 24 deletions

View file

@ -19,6 +19,8 @@ Unreleased
instead.
- The same blueprint cannot be registered with the same name. Use
``name=`` when registering to specify a unique name.
- The test client's ``as_tuple`` parameter is removed. Use
``response.request.environ`` instead. :pr:`4417`
- Some parameters in ``send_file`` and ``send_from_directory`` were
renamed in 2.0. The deprecation period for the old names is extended