wip
This commit is contained in:
@@ -21,8 +21,7 @@ def test_assign_tenant_cnpj(
|
||||
|
||||
assert app.lambda_handler(event, lambda_context) # type: ignore
|
||||
|
||||
result = dynamodb_persistence_layer.collection.query(
|
||||
r = dynamodb_persistence_layer.collection.query(
|
||||
PartitionKey('9omWNKymwU5U4aeun6mWzZ')
|
||||
)
|
||||
|
||||
assert 3 == len(result['items'])
|
||||
assert 2 == len(r['items'])
|
||||
|
||||
Reference in New Issue
Block a user