diff --git a/pkg/base/request_test.go b/pkg/base/request_test.go index d96a6fda..87dd8e34 100644 --- a/pkg/base/request_test.go +++ b/pkg/base/request_test.go @@ -242,11 +242,11 @@ func TestRequestWriteErrors(t *testing.T) { }, { "header", - 20, + 53, }, { "body", - 40, + 62, }, } { t.Run(ca.name, func(t *testing.T) { diff --git a/pkg/base/response_test.go b/pkg/base/response_test.go index e1fab8dd..4e31b6be 100644 --- a/pkg/base/response_test.go +++ b/pkg/base/response_test.go @@ -195,15 +195,15 @@ func TestResponseWriteErrors(t *testing.T) { }{ { "first line", - 3, + 14, }, { "header", - 20, + 21, }, { "body", - 40, + 30, }, } { t.Run(ca.name, func(t *testing.T) {