mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Added SendGridApiHost to Globals (#5961)
* Added SendGridApiHost to Globals * Added SendGridApiHost for test coverage
This commit is contained in:
@@ -25,7 +25,8 @@ public class SendGridMailDeliveryServiceTests : IDisposable
|
||||
{
|
||||
Mail =
|
||||
{
|
||||
SendGridApiKey = "SendGridApiKey"
|
||||
SendGridApiKey = "SendGridApiKey",
|
||||
SendGridApiHost = "https://api.sendgrid.com"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user