Skip to content

Commit

Permalink
Removing appliesTo from NullAndEmptyHeaders tests
Browse files Browse the repository at this point in the history
  • Loading branch information
landonxjames committed Oct 31, 2024
1 parent 9514b4a commit b2cb5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions smithy-aws-protocol-tests/model/restJson1/http-headers.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,13 @@ apply NullAndEmptyHeadersClient @httpRequestTests([
headers: {
"X-B": ""
"X-C": ""
}
},
body: "",
params: {
a: null,
b: "",
c: [],
},
appliesTo: "client",
},
])

Expand All @@ -462,13 +461,12 @@ apply NullAndEmptyHeadersServer @httpResponseTests([
headers: {
"X-B": ""
"X-C": ""
}
},
params: {
a: null,
b: "",
c: [],
},
appliesTo: "server",
},
])

Expand Down
6 changes: 2 additions & 4 deletions smithy-aws-protocol-tests/model/restXml/http-headers.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,13 @@ apply NullAndEmptyHeadersClient @httpRequestTests([
headers: {
"X-B": ""
"X-C": ""
}
},
body: "",
params: {
a: null,
b: "",
c: [],
},
appliesTo: "client",
},
])

Expand All @@ -405,14 +404,13 @@ apply NullAndEmptyHeadersServer @httpResponseTests([
headers: {
"X-B": ""
"X-C": ""
}
},
body: "",
params: {
a: null,
b: "",
c: [],
},
appliesTo: "server",
},
])

Expand Down

0 comments on commit b2cb5ec

Please sign in to comment.