mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
4f34452bcc
- Previously all tests were sharing the global http.Transport meaning on `Close` it would close connections presumed to be idle for other tests. fixes https://github.com/coder/internal/issues/112