Unverified Commit a2cc6ceb authored by ysaito1001's avatar ysaito1001 Committed by GitHub
Browse files

Update expected query for `CreateMultipartUpload` protocol test (#3628)

## Motivation and Context
Updates the expected result for a `CreateMultipartUpload` protocol test
based on an S3's upcoming model update

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 242814cb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -153,8 +153,7 @@ apply CreateMultipartUpload @httpRequestTests([
        protocol: "aws.protocols#restXml",
        uri: "/object.txt",
        queryParams: [
            "uploads",
            "x-id=CreateMultipartUpload"
            "uploads"
        ],
        params: {
            "Bucket": "test-bucket",