Open
Description
In current CI, the
hyper
test targeting external Google's service, it would sometomes failed because of rate limit
But Unit tests really shouldn't rely on external services, especially ones that might rate limit us. Can this test be changed so it runs its own server locally that the test can make requests to? Ideally, the server should use a different network implementation, so something like python.