Skip to content

Commit bfa60ed

Browse files
committed
fix failing unit test for abortmultipartupload
1 parent b9210c0 commit bfa60ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/test/Services/S3/UnitTests/Custom/S3AccessPointTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ public void AbortMultipartUploadTest()
282282
var request = new AbortMultipartUploadRequest
283283
{
284284
BucketName = accessPointArn,
285-
Key = "foo.txt"
285+
Key = "foo.txt",
286+
UploadId = "testing"
286287
};
287288

288289
var internalRequest = S3ArnTestUtils.RunMockRequest(request, AbortMultipartUploadRequestMarshaller.Instance);

0 commit comments

Comments
 (0)