Convert requests
mocks to use requests_mock
library instead
#1863
Labels
chore
good first issue
good independent project
refactor
Long-term projects to revise existing machinery
#1864 adds a test to validator that mocks out an HTTP request using the
requests_mock
library. That tests file also includes a mechanism to manually mock out HTTP requests using a custom class. We should replace usage of the custom class with usage ofrequests_mock
instead.The text was updated successfully, but these errors were encountered: