Refactor sqs.get_queue_attributes & add AttributeNames handling

This commit is contained in:
gruebel 2019-10-27 12:13:33 +01:00
commit c3cb411c07
6 changed files with 149 additions and 16 deletions

View file

@ -454,7 +454,7 @@ class BaseResponse(_TemplateEnvironmentMixin, ActionAuthenticatorMixin):
index = 1
while True:
value_dict = self._get_multi_param_helper(prefix + str(index))
if not value_dict:
if not value_dict and value_dict != '':
break
values.append(value_dict)