update meilis

This commit is contained in:
2025-07-05 15:08:06 -03:00
parent 0df4d7aa71
commit d002828afa
17 changed files with 430 additions and 45 deletions

View File

@@ -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)