add postgres
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user