mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 05:01:13 -07:00
fixed tests
This commit is contained in:
parent
cb6d441ccd
commit
dae0fe6be4
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue