python-zeep
python-zeep copied to clipboard
Fix httpx DeprecationWarning for post data (and tests)
In the httpx module, data=x has been deprecated in favor of
content=x in version 0.18.0 (April 2021)
As a side effect, this fixes the test suite since pytest-httpx removed
the data= mock in version 0.18.0 (January 2022)