mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
[AC-2099] Flexible Collections migration integration tests (#3828)
Add integration tests for Organization_EnableCollectionEnhancements sproc
This commit is contained in:
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user