Skip to content

Commit

Permalink
fix Ec2ListNestedStructWithList expected body
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd authored and JordonPhillips committed Jun 16, 2021
1 parent daf4f72 commit 60a0730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ apply QueryLists @httpRequestTests([
headers: {
"Content-Type": "application/x-www-form-urlencoded"
},
body: "Action=QueryLists&Version=2020-01-08&NestedWithList.ListArg.member.1=A&NestedWithList.ListArg.member.2=B",
body: "Action=QueryLists&Version=2020-01-08&NestedWithList.ListArg.1=A&NestedWithList.ListArg.2=B",
bodyMediaType: "application/x-www-form-urlencoded",
params: {
NestedWithList: {
Expand Down

0 comments on commit 60a0730

Please sign in to comment.