-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SQS tests assuming the query service response structure (#684)
* Fix SQS tests assuming the query service response structure In PR 637, SQS changed from a `QueryService` to a `JSONService`. The response obtained when interacting with SQS using the query protocol includes a field called `<ActionName>Result`, where `<ActionName>` is the action requested. The JSON protocol does not include that field. Thus we can fix issue 683 by simply deleting that additional `getindex` call. * Also remove `ReceiveMessageResult` * Helps if you read the docs * Once again, the docs help * ...And again, docs
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters