7569_sendEmail #3387

Merged
sergiodt merged 3 commits from 7569_sendEmail into master 2025-01-28 10:26:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3f0f155113 - Show all commits

View File

@ -60,7 +60,7 @@ describe('Ticket saveSign()', () => {
expect(ticketTrackingAfter.name).toBe('Entregado en parte'); expect(ticketTrackingAfter.name).toBe('Entregado en parte');
}); });
fit('should send an email to notify that the delivery order is not correct', async() => { it('should send an email to notify that the delivery order is not correct', async() => {
const tx = await models.Ticket.beginTransaction({}); const tx = await models.Ticket.beginTransaction({});
const ticketFk = 8; const ticketFk = 8;
const priority = 5; const priority = 5;