Test Boto 2.43.0 .

This commit is contained in:
Steve Pulec 2016-11-06 10:29:50 -05:00
commit 38021c6ef5
3 changed files with 4 additions and 4 deletions

View file

@ -183,7 +183,7 @@ class SQSResponse(BaseResponse):
message = self.sqs_backend.send_message(queue_name, message_body[0], delay_seconds=delay_seconds)
message.user_id = message_user_id
message_attributes = parse_message_attributes(self.querystring, base='SendMessageBatchRequestEntry.{0}.'.format(index), value_namespace='')
message_attributes = parse_message_attributes(self.querystring, base='SendMessageBatchRequestEntry.{0}.'.format(index))
if type(message_attributes) == tuple:
return message_attributes[0], message_attributes[1]
message.message_attributes = message_attributes