7253-devToTest_2418 #2350

Merged
alexm merged 320 commits from 7253-devToTest_2418 into test 2024-04-23 08:02:46 +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),