Orders con endpoints para monitorizacion

This commit is contained in:
2026-02-25 12:20:52 +01:00
parent c416114c50
commit 02c80cd503
16 changed files with 373 additions and 63 deletions

View File

@@ -63,7 +63,7 @@ describe("Test OrderRepository", {}, (ctx) => {
})
it("Find by correlation id should return a valid order", async () => {
const result = await orderRepo.getOrderByQueueId({ correlation_id: order1.correlation_id })
const result = await orderRepo.getOrderByQueueId({ message_id: order1.correlation_id })
assert(result.error == undefined)
assert(result.data != undefined)