flask-testing icon indicating copy to clipboard operation
flask-testing copied to clipboard

Make it work with Flask >= 2.2.0

Open danigm opened this issue 2 years ago • 0 comments

After this commit the order of parameters for templating._render has changed: https://github.com/pallets/flask/commit/82c2e0366ce6b74a3786a64631ce58b85b3a7d4e

This patch uses the new order.

danigm avatar Jan 03 '23 13:01 danigm