Skip to content

Commit 1dfa704

Browse files
committed
Update AWS.DynamoDB integration tests
1 parent 89008e6 commit 1dfa704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/dynamodb/tables.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ Feature: DynamoDB Tables (2012-08-10)
5858
"id": {"S": "fooRecursive"},
5959
"data": {
6060
"M": {
61-
"attr1": {"L": [{"S": "value1"}, {"S": "value2"}]},
61+
"attr1": {"L": [{"S": "value1"}, {"L":[{"M":{"attr12":{"S": "value2"}}}]}]},
6262
"attr2": {"L": [{"B": "value3"}, {"B": "value4"}, {"NULL": true}, {"BOOL": true}]}
6363
}
6464
}
6565
}
6666
"""
6767
Then the request should be successful
6868
And the item with id "fooRecursive" should exist
69-
And it should have attribute "data.M.attr1.L[1].S" containing "value2"
69+
And it should have attribute "data.M.attr1.L[1].L[0].M.attr12.S" containing "value2"

0 commit comments

Comments
 (0)