fix s3 tests:

multipart_upload_incorrect_etag
multipart_resend_first_finishes_last
This commit is contained in:
Konstantin Lebedev
2022-03-29 19:21:09 +05:00
parent 51bd015179
commit 5b90a39954
3 changed files with 21 additions and 8 deletions

View File

@@ -61,6 +61,10 @@ func Test_findByPartNumber(t *testing.T) {
ETag: "xxx",
PartNumber: 1,
},
CompletedPart{
ETag: "lll",
PartNumber: 1,
},
CompletedPart{
ETag: "yyy",
PartNumber: 3,
@@ -83,7 +87,7 @@ func Test_findByPartNumber(t *testing.T) {
"0001.part",
parts,
},
"xxx",
"lll",
true,
},
{