Add some new update_new tests
This commit is contained in:
parent
ba1bf09474
commit
7f6c6660aa
2 changed files with 31 additions and 5 deletions
|
|
@ -823,7 +823,9 @@ class DynamoHandler(BaseResponse):
|
|||
return changed
|
||||
else:
|
||||
return [
|
||||
self._build_updated_new_attributes(original[index], changed[index])
|
||||
self._build_updated_new_attributes(
|
||||
original[index], changed[index]
|
||||
)
|
||||
for index in range(len(changed))
|
||||
]
|
||||
elif changed != original:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue