(self, *args, **kwargs)
| 19 | is_closed = False |
| 20 | |
| 21 | async def post(self, *args, **kwargs): |
| 22 | raise httpx.ConnectError("connection refused") |
| 23 | |
| 24 | def build_request(self, *args, **kwargs): |
| 25 | raise httpx.ConnectError("connection refused") |
no outgoing calls
no test coverage detected