refs #5137 fix back test

This commit is contained in:
Alexandre Riera 2023-05-30 11:34:53 +02:00
parent ba850415be
commit 138f03d891
1 changed files with 3 additions and 4 deletions

View File

@ -33,10 +33,9 @@ describe('Operator', () => {
expect(notificationQueue.notificationFk).toEqual(notificationName);
expect(notificationQueue.authorFk).toEqual(authorFk);
expect(params.labeler).toContain('2');
expect(params.sector).toContain('1');
expect(params.mainPrinter).toContain('1');
expect(params.worker).toContain('9');
expect(params.labelerId).toEqual(2);
expect(params.sectorId).toEqual(1);
expect(params.workerId).toEqual(9);
await tx.rollback();
} catch (e) {