File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
smithy-aws-protocol-tests/model Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,6 @@ apply TestGetNoPayload @httpRequestTests([
283283/// These tests are to ensure we do not attach a body or related headers
284284/// (Content-Type) to a POST operation with no modeled payload.
285285///
286- @readonly
287286@http (uri : " /no_payload" , method : " POST" )
288287operation TestPostNoPayload {
289288 input : TestNoPayloadInputOutput ,
@@ -363,7 +362,6 @@ apply TestGetNoInputNoPayload @httpRequestTests([
363362/// These tests are to ensure we do not attach a body or related headers
364363/// (Content-Type) to a POST operation with no modeled input.
365364///
366- @readonly
367365@http (uri : " /no_input_no_payload" , method : " POST" )
368366operation TestPostNoInputNoPayload {
369367 output : TestNoPayloadInputOutput
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ enum StringEnum {
7171 code : 200
7272 }
7373])
74+ @suppress ([" UnstableTrait" ])
7475@httpMalformedRequestTests ([
7576 {
7677 id : " RestJsonStringPayloadNoContentType" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ use smithy.test#httpRequestTests
1010
1111/// The example tests how servers must support requests
1212/// containing a `Content-Type` header with parameters.
13+ @idempotent
1314@http (uri : " /ContentTypeParameters" , method : " PUT" )
1415operation ContentTypeParameters {
1516 input : ContentTypeParametersInput ,
You can’t perform that action at this time.
0 commit comments