ingress-nginx-helm/test/e2e/framework/httpexpect
Chen Chen d44a8e0045
Fix golang-ci linter errors (#10128)
* Fix golang-ci linter errors

Signed-off-by: z1cheng <imchench@gmail.com>

* Fix gofmt errors

Signed-off-by: z1cheng <imchench@gmail.com>

* Add nolint comment to defaults.Backend in Configuration

Signed-off-by: z1cheng <imchench@gmail.com>

* Add #nosec comment to rand.New func

Signed-off-by: z1cheng <imchench@gmail.com>

* Fix errcheck warnings

Signed-off-by: z1cheng <imchench@gmail.com>

* Fix gofmt check

Signed-off-by: z1cheng <imchench@gmail.com>

* Fix unit tests and comments

Signed-off-by: z1cheng <imchench@gmail.com>

---------

Signed-off-by: z1cheng <imchench@gmail.com>
2023-07-03 05:50:52 -07:00
..
array.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
chain.go Fix golang-ci linter errors (#10128) 2023-07-03 05:50:52 -07:00
cookie.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
match.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
object.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
README.md Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
reporter.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
request.go Add sslpassthrough tests (#9457) 2022-12-28 12:59:27 -08:00
response.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
string.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
value.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00

This module is based in the deprecated library github.com/gavv/httpexpect, and contains slightly adaptations.