fixed tests

This commit is contained in:
tidusjar 2025-05-14 21:24:50 +01:00
parent cb6d441ccd
commit dae0fe6be4

View file

@ -798,8 +798,7 @@ namespace Ombi.Schedule.Tests
_mocker.Verify<INotificationHelper>(x => x.Notify(It.Is<NotificationOptions>(n =>
n.NotificationType == NotificationType.PlexWatchlistTokenExpired &&
n.Recipient == "email@email.com" &&
n.Substitutes["UserName"] == "abc" &&
n.Substitutes["ApplicationName"] == "Ombi"
n.Substitutes["UserName"] == "abc"
)), Times.Once);
}