summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/resource_test.go
Commit message (Collapse)AuthorAge
* e2e tests: enable golintEd Santiago2021-11-29
| | | | | | ...and fix problems found therewith. Signed-off-by: Ed Santiago <santiago@redhat.com>
* Fix file descriptor leaks and add testJhon Honce2021-08-24
* Add response.Body.Close() where needed to release HTTP connections to API server. * Add tests to ensure no general leaks occur. 100% coverage would be required to ensure no leaks on any call. * Update code comments to be godoc correct Signed-off-by: Jhon Honce <jhonce@redhat.com>