diff --git a/tests/integration/integration_test.go b/tests/integration/integration_test.go index c8bbaa9b2c..a75768bbaa 100644 --- a/tests/integration/integration_test.go +++ b/tests/integration/integration_test.go @@ -713,7 +713,7 @@ func logUnexpectedResponse(t testing.TB, recorder *httptest.ResponseRecorder) { } return - } else if len(respBytes) < 500 { + } else if len(respBytes) < 2048 { // if body is short, just log the whole thing t.Log("Response: ", string(respBytes)) return