mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
merge branch 'master' into 'encrypted-string-perf'
This commit is contained in:
@ -63,6 +63,7 @@ public class EfRepositoryListBuilder<T> : ISpecimenBuilder where T : BaseEntityF
|
||||
fixture.Customize<IMapper>(x => x.FromFactory(() =>
|
||||
new MapperConfiguration(cfg =>
|
||||
{
|
||||
cfg.AddProfile<AuthRequestMapperProfile>();
|
||||
cfg.AddProfile<CipherMapperProfile>();
|
||||
cfg.AddProfile<CollectionCipherMapperProfile>();
|
||||
cfg.AddProfile<CollectionMapperProfile>();
|
||||
|
Reference in New Issue
Block a user