Skip to content

Commit

Permalink
Validate b64 encoding for json-rpc-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Mar 27, 2020
1 parent 56dd4c0 commit 8cd916d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smithy-aws-protocol-tests/model/json-rpc-1-1/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"method": "POST",
"uri": "/",
"params": {
"Blob": "YmluYXJ5LXZhbHVl"
"Blob": "binary-value"
},
"bodyMediaType": "application/json",
"body": "{\"Blob\":\"YmluYXJ5LXZhbHVl\"}"
Expand Down Expand Up @@ -765,7 +765,7 @@
"bodyMediaType": "application/json",
"body": "{\"Blob\":\"YmluYXJ5LXZhbHVl\"}",
"params": {
"Blob": "YmluYXJ5LXZhbHVl"
"Blob": "binary-value"
}
},
{
Expand Down

0 comments on commit 8cd916d

Please sign in to comment.