Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove httpbin dependency (sashabaranov#297)
Replace the use of external httpbin service in TestRequestError with a local HTTP server using the net/http/httptest package. This change improves test reliability by eliminating the dependency on an external service.
- Loading branch information