kevin1024 / pytest-httpbin

Easily test your HTTP library against a local copy of httpbin.org
MIT License
188 stars 30 forks source link

Fix test_redirect_location_is_https_for_secure_server #74

Closed dshein-alt closed 1 year ago

dshein-alt commented 1 year ago
dshein-alt commented 1 year ago

FYI: PR to fix httbin compatibility with Werkzeug 2.1.x is here https://github.com/postmanlabs/httpbin/pull/684

graingert commented 1 year ago

@dshein-alt I fixed this in https://github.com/kevin1024/pytest-httpbin/pull/76 thanks for the PR though!

dshein-alt commented 1 year ago

Glad to help, mate!