diff --git a/moto/sqs/responses.py b/moto/sqs/responses.py index e6982b795..ad46df723 100644 --- a/moto/sqs/responses.py +++ b/moto/sqs/responses.py @@ -251,8 +251,6 @@ class SQSResponse(BaseResponse): message_attributes = parse_message_attributes( self.querystring, base='SendMessageBatchRequestEntry.{}.'.format(index)) - if type(message_attributes) == tuple: - return message_attributes[0], message_attributes[1] entries[index] = { 'Id': value[0],