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

[AC-2099] Flexible Collections migration integration tests (#3828)

Add integration tests for Organization_EnableCollectionEnhancements sproc
This commit is contained in:
Thomas Rittson
2024-02-27 20:40:29 +10:00
committed by GitHub
parent b3a6bf5af3
commit e0ae294953
4 changed files with 667 additions and 2 deletions

View File

@ -16,7 +16,7 @@ public class OrganizationUserRepositoryTests
var user = await userRepository.CreateAsync(new User
{
Name = "Test User",
Email = $"test+{Guid.NewGuid()}@email.com",
Email = $"test+{Guid.NewGuid()}@example.com",
ApiKey = "TEST",
SecurityStamp = "stamp",
});