Skip to content

Commit

Permalink
Fix httpQueryParam test keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell authored and srchase committed Mar 15, 2021
1 parent de8f2fe commit 6567d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ apply QueryPrecedence @httpRequestTests([
params: {
foo: "named",
baz: {
foo: "fromMap",
bar: "fromMap",
qux: "alsoFromMap"
}
},
Expand Down
2 changes: 1 addition & 1 deletion smithy-aws-protocol-tests/model/restXml/http-query.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ apply QueryPrecedence @httpRequestTests([
params: {
foo: "named",
baz: {
foo: "fromMap",
bar: "fromMap",
qux: "alsoFromMap"
}
},
Expand Down

0 comments on commit 6567d4d

Please sign in to comment.