Closed mgorny closed 11 months ago
Hmm, or perhaps it's the httpbin version.
httpbin 0.10.1
pytest-httpbin 2.0.0
Yeah! I think we need to compare parsed values
Fixed in d56c16e7885138528205b39b62fbfcd040e39682
Thank you!
Describe the bug When running the test suite via
tox
, I'm getting two test failures:After adding
-vv
to therunpytest()
method calls, I see that the mismatches seem to be on whitespace:To Reproduce
tox -e py311
Expected behavior Passing tests ;-).
Environment (please complete the following information):
Additional context I suspect this could be due to a different cURL version.