diff --git a/moto/sqs/responses.py b/moto/sqs/responses.py index 192544a08..a0c775092 100644 --- a/moto/sqs/responses.py +++ b/moto/sqs/responses.py @@ -583,7 +583,8 @@ SEND_MESSAGE_RESPONSE = """ """ -RECEIVE_MESSAGE_RESPONSE = """ +RECEIVE_MESSAGE_RESPONSE = """ + {% for message in messages %} @@ -650,7 +651,7 @@ RECEIVE_MESSAGE_RESPONSE = """ {% if 'Binary' in value.data_type %} {{ value.binary_value }} {% else %} - + {{ value.string_value|e }} {% endif %} @@ -659,7 +660,7 @@ RECEIVE_MESSAGE_RESPONSE = """ {% endfor %} - + 5bdc09f4-0a03-5425-8468-55e04a092ed8 """