Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions smithy-aws-protocol-tests/model/restJson1/main.smithy
Original file line number Diff line number Diff line change
@@ -85,6 +85,7 @@ service RestJson {
// Unions
JsonUnions,
PostPlayerAction,
PostUnionWithJsonName,

// @endpoint and @hostLabel trait tests
EndpointOperation,
Original file line number Diff line number Diff line change
@@ -48,5 +48,6 @@ apply SensitiveValidation @httpMalformedRequestTests([

structure SensitiveValidationInput {
@sensitive
@suppress(["SensitiveTrait"])
string: PatternString
}

0 comments on commit df456a5

Please sign in to comment.