6005-backupLabeler #2276

Merged
pablone merged 50 commits from 6005-backupLabeler into dev 2024-04-12 07:12:54 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit d8cf059027 - Show all commits

View File

@ -6,7 +6,7 @@ describe('NotificationSubscription getList()', () => {
const notifications = await models.Notification.find({});
const totalAvailable = notifications.length - active.length;
expect(active.length).toEqual(0);
expect(active.length).toEqual(1);
expect(available.length).toEqual(totalAvailable);
});
});

View File

@ -2799,7 +2799,8 @@ INSERT INTO `util`.`notificationSubscription` (`notificationFk`, `userFk`)
(4, 1110),
(2, 1109),
(12, 9),
(12, 3);
(12, 3),
(12, 100);
INSERT INTO `util`.`notificationAcl` (`notificationFk`, `roleFk`)
VALUES (12, 9),