Skip to content

Commit

Permalink
Fix the RestJsonZeroAndFalseQueryValues protocol test for servers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti authored and kstich committed Feb 8, 2024
1 parent 5ccbdb4 commit 779ed44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smithy-aws-protocol-tests/model/restJson1/http-query.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ apply AllQueryStringTypes @httpRequestTests([
params: {
queryInteger: 0
queryBoolean: false
queryParamsMapOfStringList: {
queryInteger: ["0"]
queryBoolean: ["false"]
}
}
}
])
Expand Down

0 comments on commit 779ed44

Please sign in to comment.