moto/tests/test_dynamodb2
Brian Pandola 2f23f6b26b
Fix dynamodb:TransactGetItems response for items that do not exist (#3420)
If the requested item has no projected attributes, the corresponding ItemResponse
object is an empty Map.[1]  Verified against real AWS.

Fix existing general test case and add an explicit test case to cover this scenario.

[1]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TransactGetItems.html#API_TransactGetItems_ResponseElements

Fixes #3404
2020-10-29 11:50:45 +00:00
..
test_dynamodb_executor.py Improve DDB expressions support4: Execution using AST 2020-04-26 15:59:12 +01:00
test_dynamodb_expression_tokenizer.py Fix DynamoDb2 ExpressionAttributeNames can start with a number (#3206) 2020-07-31 17:46:48 +01:00
test_dynamodb_expressions.py Improve DDB expressions support3: AST Validation 2020-04-19 16:58:07 +01:00
test_dynamodb_table_with_range_key.py DynamoDB - Add default GSI throughput 2020-06-13 20:27:05 +01:00
test_dynamodb_table_without_range_key.py Enable AST Validation 2020-04-19 16:58:46 +01:00
test_dynamodb_validation.py Improve DDB expressions support3: AST Validation 2020-04-19 16:58:07 +01:00
test_dynamodb.py Fix dynamodb:TransactGetItems response for items that do not exist (#3420) 2020-10-29 11:50:45 +00:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00