Skip to content

client_call test

client_call test #11

Triggered via push October 23, 2023 16:40
Status Failure
Total duration 17s
Artifacts

golangci.yml

on: push
Run GolangCI
7s
Run GolangCI
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run GolangCI: client_test.go#L51
unnecessary trailing newline (whitespace)
Run GolangCI: client_test.go#L52
block should not end with a whitespace (or comment) (wsl)
Run GolangCI: client_test.go#L91
response body must be closed (bodyclose)
Run GolangCI: client_test.go#L39
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
Run GolangCI: client_test.go#L92
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
Run GolangCI
issues found