1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

[PM-10611] Fix test

This commit is contained in:
Shane 2025-04-03 17:01:18 -07:00
parent fceb734ae5
commit 78364179bb
No known key found for this signature in database

View File

@ -507,6 +507,7 @@ public class NotificationHubPushNotificationServiceTests
UserId = notification.UserId, UserId = notification.UserId,
OrganizationId = notification.OrganizationId, OrganizationId = notification.OrganizationId,
InstallationId = installationId, InstallationId = installationId,
TaskId = notification.TaskId,
Title = notification.Title, Title = notification.Title,
Body = notification.Body, Body = notification.Body,
CreationDate = notification.CreationDate, CreationDate = notification.CreationDate,