Closed sfreilich closed 1 year ago
Currently, this asserts that the redirect Location header uses https:// explicitly. But the current version of httpbin seem to use a relative URL for that, which should also work.
I fixed this in https://github.com/kevin1024/pytest-httpbin/pull/76, thanks for the PR though!
Currently, this asserts that the redirect Location header uses https:// explicitly. But the current version of httpbin seem to use a relative URL for that, which should also work.