@@ -12,6 +12,7 @@ public class LineMessageChannelTests
|
||||
{
|
||||
public SmtpOptions GetSmtp() => new();
|
||||
public LineOptions GetLine() => new() { ChannelAccessToken = "tok", ChannelSecret = "sec" };
|
||||
public WebPushOptions GetWebPush() => new();
|
||||
public void Reload() { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user