Open
Description
Currently our integration tests use httpbin
and other services. This unfortunately results in flaky behavior where upstream server can throw any kind of error. We must bake in replica's of upstream services within proxy.py
test module to replicate upstream services. Then integration tests will need no internet connection itself.
Example see how upstream server can cause flakiness