sanic-org / sanic-testing

Test clients for Sanic
https://sanic.dev/en/plugins/sanic-testing/getting-started.html
MIT License
31 stars 19 forks source link

Allow redirects with newer httpx #31

Closed ahopkins closed 2 years ago

ahopkins commented 2 years ago

In raising the httpx limit, we need to account for some API changes in httpx. This should allow the old style allow_redirects (which the main repo's tests use) to continue to work.