This commit is contained in:
2025-05-25 21:51:33 -03:00
parent e46771baae
commit b2314a003f
20 changed files with 13 additions and 4682 deletions

View File

@@ -21,4 +21,4 @@ def test_set_as_paid(
doc = dynamodb_persistence_layer.get_item(
key=KeyPair('9omWNKymwU5U4aeun6mWzZ', '0'),
)
print(doc)
assert doc['status'] == 'PAID'