mirror of
https://github.com/restic/restic.git
synced 2025-08-23 16:17:53 +00:00
CI: enable bodyclose linter
This commit is contained in:
@@ -118,6 +118,7 @@ func TestRoundTripperReader(t *testing.T) {
|
||||
test.Assert(t, bytes.Equal(data, out.Bytes()), "data ping-pong failed")
|
||||
}
|
||||
|
||||
// nolint:bodyclose // the http response is just a mock
|
||||
func TestRoundTripperCornerCases(t *testing.T) {
|
||||
limiter := NewStaticLimiter(Limits{42 * 1024, 42 * 1024})
|
||||
|
||||
|
@@ -252,6 +252,7 @@ func newBackend(ctx context.Context, cfg Config, lim limiter.Limiter) (*Backend,
|
||||
return nil, fmt.Errorf("error talking HTTP to rclone: %w", err)
|
||||
}
|
||||
|
||||
_ = res.Body.Close()
|
||||
debug.Log("HTTP status %q returned, moving instance to background", res.Status)
|
||||
err = bg()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user