Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update REST-JSON protocol test implicit request body case
Updates the restJson1 protocol test to not expect `{}` as the request body. Instead the test expects no/empty request body. This matches the AWS SDK's expectation of REST-JSON with no input parameters when no document or payload binding are modeled on the input shape. https://github.com/aws/aws-sdk-go-v2/blob/master/models/protocol_tests/input/rest-json.json#L3-L19
- Loading branch information