extra linters

This commit is contained in:
Michael Eischer
2025-09-21 22:14:25 +02:00
parent 88bdf20bd8
commit 7257cd2e5f
8 changed files with 5 additions and 8 deletions

View File

@@ -118,7 +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
//nolint:bodyclose // the http response is just a mock
func TestRoundTripperCornerCases(t *testing.T) {
limiter := NewStaticLimiter(Limits{42 * 1024, 42 * 1024})