-
Notifications
You must be signed in to change notification settings - Fork 502
Open
Labels
Description
The default REQUESTS_TEST_HOST endpoint (requests-php-tests.herokuapp.com) points to a very outdated version of httpbin forcing a couple of tests to be run directly against https://httpbin.org instead.
The tests are:
7b099c5 - /status/307 redirect issue fixed in later versions (see #7)
3ebc94a - /post does not show form data and file data at the same time in older versions
Any chance that app can be updated so tests can use the httpbin() function in the newer cases?