fix tests

This commit is contained in:
Kenneth Kehl
2024-01-22 10:55:09 -08:00
parent ed3a356ad1
commit 6dc9828663
19 changed files with 282 additions and 99 deletions

View File

@@ -316,6 +316,8 @@ def create_notification(
}
notification = Notification(**data)
dao_create_notification(notification)
notification.personalisation = personalisation
return notification