fix(test/s3/versioning): dropped test error (#10813)

This commit is contained in:
Lars Lehtonen
2026-08-18 17:26:51 -07:00
committed by GitHub
parent 9575032b4c
commit ed75a61fb0
@@ -186,6 +186,7 @@ func TestVersioningPaginationOver1000Versions(t *testing.T) {
buf := make([]byte, len(expectedContent))
_, err = getResp.Body.Read(buf)
require.NoError(t, err)
getResp.Body.Close()
assert.Equal(t, expectedContent, string(buf), "Content mismatch for version %d", idx+1)