mirror of
https://github.com/bitwarden/server.git
synced 2025-06-19 02:23:48 -05:00
Added SendGridApiHost for test coverage
This commit is contained in:
parent
997d786a38
commit
51ba416c6f
@ -25,7 +25,8 @@ public class SendGridMailDeliveryServiceTests : IDisposable
|
|||||||
{
|
{
|
||||||
Mail =
|
Mail =
|
||||||
{
|
{
|
||||||
SendGridApiKey = "SendGridApiKey"
|
SendGridApiKey = "SendGridApiKey",
|
||||||
|
SendGridApiHost = "https://api.sendgrid.com"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user