fix: Remove follow_redirects override in HttpxHttpClient by 2tunnels · Pull Request #1015 · apify/crawlee-python

Hi, thanks for the PR. Could you please add two tests that will set both possible values of follow_redirects in async_session_kwargs for HttpxHttpClient. For the test case maybe you can use some redirects endpoint of the httpbin that we use in the existing tests.

Response for the same endpoint should depend on the value of this option. So you can do assert on that.