wp-cli / wp-cli-tests

WP-CLI testing framework
MIT License
36 stars 22 forks source link

Use http_request() helper instead of Requests directly #171

Closed schlessera closed 1 year ago

schlessera commented 1 year ago

This PR replaces one direct use of the Requests library with the Utils\http_request() helper to get around version compat issues.