(self, *args, **kwargs)
| 22 | raise httpx.ConnectError("connection refused") |
| 23 | |
| 24 | def build_request(self, *args, **kwargs): |
| 25 | raise httpx.ConnectError("connection refused") |
| 26 | |
| 27 | async def send(self, *args, **kwargs): |
| 28 | raise httpx.ConnectError("connection refused") |
no outgoing calls
no test coverage detected