update meilis
This commit is contained in:
@@ -20,6 +20,11 @@ def test_enroll(
|
||||
'new_image': {
|
||||
'id': '47ZxxcVBjvhDS5TE98tpfQ',
|
||||
'sk': '0',
|
||||
'course': {
|
||||
'id': '57',
|
||||
'name': 'NR-33 Supervisor em Espaço Confinado',
|
||||
'time_in_days': 360,
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,12 +33,8 @@ def test_enroll(
|
||||
result = dynamodb_persistence_layer.collection.get_items(
|
||||
TransactKey('47ZxxcVBjvhDS5TE98tpfQ')
|
||||
+ SortKey('0')
|
||||
+ SortKey('metadata#tenant')
|
||||
+ SortKey('metadata#author')
|
||||
+ SortKey('metadata#konviva')
|
||||
+ SortKey('metadata#lock')
|
||||
+ SortKey('metadata#deduplication_window')
|
||||
+ SortKey('metadata#cert')
|
||||
+ SortKey('metadata#course')
|
||||
)
|
||||
|
||||
pprint.pprint(result)
|
||||
|
||||
Reference in New Issue
Block a user