mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-21 06:36:54 +00:00
fix(test/s3/versioning): dropped test error (#10813)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user