This commit is contained in:
2025-07-01 16:38:22 -03:00
parent 978b968226
commit d50d828029
6 changed files with 42 additions and 12 deletions

View File

@@ -269,7 +269,10 @@ def test_collection_get_items(
):
collect = DynamoDBCollection(dynamodb_persistence_layer)
doc = collect.get_items(
TransactKey('cJtK9SsnJhKPyxESe7g3DG')
TransactKey(
'cJtK9SsnJhKPyxESe7g3DG', table_name=dynamodb_persistence_layer.table_name
)
+ SortKey('0')
+ SortKey('0')
+ SortKey('metadata#billing_policy', path_spec='payment_method')
+ SortKey('metadata#payment_policy', remove_prefix='metadata#'),