feat: refs #6404 add mail notification #2566

Merged
pablone merged 10 commits from 6404-sendMailOnDeadLine into master 2024-06-27 08:00:49 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 25afa80bab - Show all commits

View File

@ -55,6 +55,8 @@ describe('MRWConfig createShipment()', () => {
afterAll(async() => {
await cleanFixtures();
await models.Ticket.destroyAll(ticket1);
await models.Expedition.destroyAll(ticket1);
});
beforeEach(async() => {

View File

@ -162,7 +162,7 @@ module.exports = Self => {
const stmts = [];
let stmt;
stmts.push(`SET @_optimizer_search_depth = @@optimizer_search_depth`);
stmts.push(`SET SESSION optimizer_search_depth = 0`);