mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
WIP on notification resolver
This commit is contained in:
parent
ecf025d95b
commit
d7f01dcbb5
6 changed files with 276 additions and 216 deletions
|
@ -38,12 +38,13 @@ namespace PlexRequests.Core.Tests
|
|||
public class NotificationMessageResolverTests
|
||||
{
|
||||
[TestCaseSource(nameof(MessageResolver))]
|
||||
public string Resolve(Dictionary<NotificationType, string> message, Dictionary<string,string> param)
|
||||
[Ignore("WIP")]
|
||||
public NotificationMessageResolution Resolve(Dictionary<NotificationType, string> body, Dictionary<string,string> param)
|
||||
{
|
||||
var n = new NotificationMessageResolver();
|
||||
var s = new NotificationSettings
|
||||
{
|
||||
Message = message,
|
||||
Message = body,
|
||||
CustomParamaters = param
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue