Orders con endpoints para monitorizacion
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user