Page MenuHomePhabricator

Use VCR or similar request mocking to improve test coverage for requests
Open, LowPublic

Description

We have tests for user authorization and proxy implementation, but we currently hack together the request data. We could use something like VCR to mock our HTTP requests for more realistic incoming data for those tests.