1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-12 13:19:01 -05:00

Update emails

This commit is contained in:
Justin Baur
2021-11-15 14:34:12 -05:00
parent 85225790d6
commit afa53fcccd
19 changed files with 90 additions and 46 deletions

View File

@ -35,7 +35,7 @@ namespace Bit.Core.Test.Services
);
}
[Fact(Skip = "Only for local development")]
[Fact]
public async Task SendAllEmails()
{
// This test is only opt in and is more for development purposes.
@ -112,6 +112,9 @@ namespace Bit.Core.Test.Services
ProviderId = Guid.NewGuid(),
Id = Guid.NewGuid(),
}},
{ ("familyUserEmail", typeof(string)), "test@bitwarden.com" },
{ ("sponsorEmail", typeof(string)), "test@bitwarden.com" },
{ ("familyOrgName", typeof(string)), "Test Org Name" },
};
var globalSettings = new GlobalSettings