add postgres

This commit is contained in:
2025-08-26 00:00:42 -03:00
parent 1326530991
commit e33eccebb9
43 changed files with 622 additions and 636 deletions

View File

@@ -30,9 +30,9 @@ def test_enroll(
result = dynamodb_persistence_layer.collection.get_items(
TransactKey('47ZxxcVBjvhDS5TE98tpfQ')
+ SortKey('0')
+ SortKey('metadata#deduplication_window')
+ SortKey('metadata#course')
+ SortKey('METADATA#DEDUPLICATION_WINDOW')
+ SortKey('METADATA#COURSE')
)
assert 'metadata#course' in result
assert 'metadata#deduplication_window' in result
assert 'METADATA#COURSE' in result
assert 'METADATA#DEDUPLICATION_WINDOW' in result