1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-20 02:48:03 -05:00

Attempt to fix tests

This commit is contained in:
Bernd Schoolmann 2025-06-05 19:37:03 +02:00
parent 09bac3b2f0
commit 5ff9f856a2
No known key found for this signature in database

View File

@ -92,6 +92,7 @@ public class EfRepositoryListBuilder<T> : ISpecimenBuilder where T : BaseEntityF
cfg.AddProfile<TransactionMapperProfile>();
cfg.AddProfile<UserMapperProfile>();
cfg.AddProfile<PasswordHealthReportApplicationProfile>();
cfg.AddProfile<UserSignatureKeyPairMapperProfile>();
})
.CreateMapper()));