mirror of
https://github.com/bitwarden/server.git
synced 2025-06-20 10:58:07 -05:00
Attempt to fix tests
This commit is contained in:
parent
09bac3b2f0
commit
5ff9f856a2
@ -92,6 +92,7 @@ public class EfRepositoryListBuilder<T> : ISpecimenBuilder where T : BaseEntityF
|
|||||||
cfg.AddProfile<TransactionMapperProfile>();
|
cfg.AddProfile<TransactionMapperProfile>();
|
||||||
cfg.AddProfile<UserMapperProfile>();
|
cfg.AddProfile<UserMapperProfile>();
|
||||||
cfg.AddProfile<PasswordHealthReportApplicationProfile>();
|
cfg.AddProfile<PasswordHealthReportApplicationProfile>();
|
||||||
|
cfg.AddProfile<UserSignatureKeyPairMapperProfile>();
|
||||||
})
|
})
|
||||||
.CreateMapper()));
|
.CreateMapper()));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user