1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-18 18:13:48 -05:00

Added SendGridApiHost for test coverage

This commit is contained in:
Alexey Zilber 2025-06-16 10:39:49 +08:00
parent 997d786a38
commit 51ba416c6f
No known key found for this signature in database
GPG Key ID: 3F2AB77AC418D8E3

View File

@ -25,7 +25,8 @@ public class SendGridMailDeliveryServiceTests : IDisposable
{
Mail =
{
SendGridApiKey = "SendGridApiKey"
SendGridApiKey = "SendGridApiKey",
SendGridApiHost = "https://api.sendgrid.com"
}
};